2019-09-16 18:20:42 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2019-09-22 21:05:33 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"strict": true,
|
2019-09-16 18:20:42 +00:00
|
|
|
"noImplicitReturns": true,
|
2019-09-22 21:05:33 +00:00
|
|
|
"noFallthroughCasesInSwitch": true,
|
2019-09-16 18:20:42 +00:00
|
|
|
"preserveConstEnums": true,
|
|
|
|
"declaration": true,
|
2019-09-22 21:05:33 +00:00
|
|
|
"target": "es6",
|
2019-09-16 18:20:42 +00:00
|
|
|
"lib": [
|
|
|
|
"dom",
|
|
|
|
"es6"
|
2019-09-22 21:05:33 +00:00
|
|
|
]
|
2019-09-16 18:20:42 +00:00
|
|
|
}
|
|
|
|
}
|