{
"compilerOptions": {
"target": "esnext",
"lib": ["dom", "dom.iterable", "es2018"],
"strict": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": false,
"noUnusedParameters": false,
"noEmitOnError": true,
"noErrorTruncation": true,
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"forceConsistentCasingInFileNames": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"downlevelIteration": true,
"moduleResolution": "node",
"sourceMap": true,
"baseUrl": "."
}
}