10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"module": "nodenext",
|
|
"allowImportingTsExtensions": true,
|
|
"noFallthroughCasesInSwitch": true
|
|
}
|
|
}
|