wuhu-torn-helper/tsconfig.json
2022-09-30 18:16:52 +08:00

16 lines
270 B
JSON

{
"compilerOptions": {
"lib": [
"es6",
"dom",
"es2015",
"ES2021.String"
],
"target": "ES6",
"removeComments": true,
"sourceMap": false,
"resolveJsonModule": true,
// "strict": true,
"jsx": "react-native"
}
}