iterators/tsconfig.json

11 lines
201 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"module": "esnext",
"target": "ESNext",
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"preserveConstEnums": true
}
}