autorestic/tsconfig.json

9 lines
165 B
JSON
Raw Normal View History

2023-07-09 17:49:33 +02:00
{
"extends": "./node_modules/bun-types/tsconfig.json",
"compilerOptions": {
"strict": true,
"noFallthroughCasesInSwitch": true,
"noEmit": true
}
}