wuhu-torn-helper/tsconfig.json
2023-03-24 18:23:41 +08:00

22 lines
435 B
JSON

{
"compilerOptions": {
"lib": [
"es6",
"dom",
"es2015",
"ES2021.String"
],
"target": "ES6",
"removeComments": true,
"sourceMap": false,
"resolveJsonModule": true,
"strict": false,
"moduleResolution": "node",
"experimentalDecorators": true,
"strictNullChecks": false,
"strictFunctionTypes": false,
"noImplicitThis": true,
"emitDecoratorMetadata": true
}
}