serializer/tsconfig.json

16 lines
273 B
JSON
Raw Normal View History

2018-12-30 22:22:16 +00:00
{
2019-09-13 11:57:21 +00:00
"compilerOptions": {
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"preserveConstEnums": true,
"strict": true,
"declaration": true,
"esModuleInterop": true,
"lib": [
"dom",
"es6"
2018-12-30 22:22:16 +00:00
],
2019-09-13 11:57:21 +00:00
"target": "es6"
}
2018-12-30 17:55:18 +00:00
}