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