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