is/tsconfig.xo.json

10 lines
121 B
JSON
Raw Normal View History

2020-01-21 17:56:44 +01:00
{
"extends": "./tsconfig.json",
2022-03-02 00:11:19 +08:00
"compilerOptions": {
"downlevelIteration": true
},
2020-01-21 17:56:44 +01:00
"include": [
2022-03-02 00:11:19 +08:00
"test"
]
2020-01-21 17:56:44 +01:00
}