is/tsconfig.xo.json
2022-03-02 00:11:19 +08:00

9 lines
121 B
JSON

{
"extends": "./tsconfig.json",
"compilerOptions": {
"downlevelIteration": true
},
"include": [
"test"
]
}