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