summaryrefslogtreecommitdiff
path: root/packages/pogen/tsconfig.json
blob: 482ce6fe8e3b25c694550b95d85fa20b70f6aca3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "compilerOptions": {
    "module": "commonjs",
    "target": "ES2020",
    "noImplicitAny": false,
    "outDir": "lib",
    "incremental": true,
    "moduleResolution": "node",
    "sourceMap": true,
    "lib": ["ES2020"],
    "types": ["node"]
  },
  "include": ["src/**/*.ts"]
}