blob: a88f49eaa993afe3a7408bc2f34a1b3f7f3909d1 [file]
{
"compilerOptions": {
"module": "esnext",
"target": "esnext",
"baseUrl": ".",
"paths": {
"/front_end/*": ["front_end/*"]
},
"checkJs": true,
"allowJs": true,
"noEmitOnError": true,
"lib": [
"esnext",
"dom"
],
"strict": true,
"forceConsistentCasingInFileNames": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true
}
}