serializer/tsconfig.json

11 lines
201 B
JSON
Raw Permalink Normal View History

2018-12-30 22:22:16 +00:00
{
2019-09-13 11:57:21 +00:00
"compilerOptions": {
2020-05-13 09:18:22 +00:00
"module": "esnext",
"target": "ESNext",
2019-09-25 21:18:40 +00:00
"strict": true,
2019-09-13 11:57:21 +00:00
"noImplicitReturns": true,
2019-09-25 21:18:40 +00:00
"noFallthroughCasesInSwitch": true,
2020-05-13 09:18:22 +00:00
"preserveConstEnums": true
}
2018-12-30 17:55:18 +00:00
}