blob: 380eab3197a25ed54242887ac6c47c7b8e39bec2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"compilerOptions": {
"module": "amd",
"target": "es2017",
"baseUrl": "src",
"outFile": "public/main.js",
"noImplicitAny": true,
"strictNullChecks": true,
"removeComments": true,
"preserveConstEnums": true
},
"include": ["src/**/*"]
}
|