2021-01-02 23:11:09 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"alwaysStrict": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"target": "es5",
|
|
|
|
"removeComments": true,
|
|
|
|
"noImplicitReturns": true,
|
|
|
|
"noImplicitAny": true,
|
|
|
|
"strictNullChecks": true,
|
|
|
|
"stripInternal": true,
|
|
|
|
"noFallthroughCasesInSwitch": true,
|
2021-01-04 22:36:21 +00:00
|
|
|
"noEmitOnError": true,
|
|
|
|
"lib": [
|
|
|
|
"dom"
|
|
|
|
]
|
2021-01-02 23:11:09 +00:00
|
|
|
}
|
|
|
|
}
|