9 lines
121 B
JSON
9 lines
121 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"downlevelIteration": true
|
|
},
|
|
"include": [
|
|
"test"
|
|
]
|
|
}
|