functional/tsconfig.json

11 lines
201 B
JSON
Raw Normal View History

2019-09-16 18:20:42 +00:00
{
"compilerOptions": {
2020-05-11 22:34:57 +00:00
"module": "esnext",
"target": "ESNext",
2019-09-22 21:05:33 +00:00
"strict": true,
2019-09-16 18:20:42 +00:00
"noImplicitReturns": true,
2019-09-22 21:05:33 +00:00
"noFallthroughCasesInSwitch": true,
2020-05-11 22:34:57 +00:00
"preserveConstEnums": true
}
2019-09-16 18:20:42 +00:00
}