13 lines
262 B
JSON
13 lines
262 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"target": "es2021",
|
||
|
"moduleResolution": "node",
|
||
|
"declaration": true,
|
||
|
"strict": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noImplicitReturns": true,
|
||
|
"noUnusedLocals": true,
|
||
|
"noUnusedParameters": true
|
||
|
}
|
||
|
}
|