textui/tsconfig.json

11 lines
201 B
JSON
Raw Permalink Normal View History

2021-05-11 21:20:33 +00:00
{
"compilerOptions": {
"module": "esnext",
"target": "ESNext",
"strict": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"preserveConstEnums": true
}
}