autorestic/tsconfig.json

9 lines
165 B
JSON
Raw Normal View History

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