lila/ui/challenge/tsconfig.json
Isaac Levy 1ee4c7a5a3 Extend tsconfig from a base config
Simplify individual configs
2019-06-25 12:04:35 -04:00

7 lines
96 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"noEmitOnError": false
}
}