11 lines
237 B
JSON
11 lines
237 B
JSON
{
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"noEmit": true,
|
|
"module": "nodenext",
|
|
"allowImportingTsExtensions": true,
|
|
"noFallthroughCasesInSwitch": true,
|
|
"types": ["node"]
|
|
}
|
|
}
|