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