12 lines
221 B
JSON
12 lines
221 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "esnext",
|
||
|
"target": "ESNext",
|
||
|
"strict": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"preserveConstEnums": true,
|
||
|
"lib": ["dom"]
|
||
|
}
|
||
|
}
|