2025-10-15 10:12:44 +03:00

10 lines
200 B
JSON

{
"compilerOptions": {
"strict": true,
"noEmit": true,
"module": "nodenext",
"allowImportingTsExtensions": true,
"noFallthroughCasesInSwitch": true
}
}