mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-01-04 14:26:25 +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
|
|
}
|
|
}
|