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