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