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