aboutsummaryrefslogtreecommitdiffstats
path: root/tsconfig.json
blob: 4477ab2bac1a0328fcefb7514eeace45b8c98138 (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": false
    },
    "include": ["./app/**/*.ts"],
}