summaryrefslogtreecommitdiff
path: root/packages/pogen/tsconfig.json
blob: c4a2154eac5602fdf6a6fbca1f1765d0714a12e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "compilerOptions": {
        "module": "commonjs",
        "target": "es5",
        "noImplicitAny": false,
        "sourceMap": false,
        "outDir": "bin",
        "incremental": true,
    },
    "files": [
        "pogen.ts"
    ]
}