mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-03-01 00:29:23 +00:00
9 lines
165 B
JSON
9 lines
165 B
JSON
|
{
|
||
|
"extends": "./node_modules/bun-types/tsconfig.json",
|
||
|
"compilerOptions": {
|
||
|
"strict": true,
|
||
|
"noFallthroughCasesInSwitch": true,
|
||
|
"noEmit": true
|
||
|
}
|
||
|
}
|