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