21 lines
424 B
JSON
21 lines
424 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es2017",
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
"lib": [
|
|
"es2017",
|
|
"dom",
|
|
"dom.iterable"
|
|
],
|
|
"noUnusedParameters": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"strict": true,
|
|
"noImplicitAny": false,
|
|
"skipLibCheck": true,
|
|
"resolveJsonModule": true,
|
|
"experimentalDecorators": true
|
|
}
|
|
}
|