aboutsummaryrefslogtreecommitdiff
path: root/src/view/tsconfig.json
blob: 1e07c37fe8194205c8abc34195a30227de223ef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "compilerOptions": {
    "module": "amd",
    "target": "es2020",
    "baseUrl": "client",
    "outFile": "public/main.js",
    "noImplicitAny": true,
    "strictNullChecks": true,
    "removeComments": true,
    "preserveConstEnums": true
  },
  "include": ["client/**/*"]
}