aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: b37cc35b39a3c0d575526c6cdfacb14b2a0f9519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "compilerOptions": {
      "outDir": "./build",
      "allowJs": true,
      "target": "es2020",
      "module": "es2020",
      "moduleResolution": "node",
      "allowSyntheticDefaultImports": true,
      "strict": false
    },
    "include": ["./app/**/*.ts"],
}