10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "esnext",
|
|
"target": "ESNext",
|
|
"strict": true,
|
|
"noImplicitReturns": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"preserveConstEnums": true
|
|
}
|
|
}
|