forked from imbytecat/fullstack-starter
chore: migrate to TypeScript 6.0.2
- Upgrade typescript from 5.9.3 to 6.0.2 - Add explicit types: ['node'] to base tsconfig (TS6 breaking change) - Remove deprecated baseUrl from server tsconfig - All typecheck passing
This commit is contained in:
@@ -20,7 +20,9 @@
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"noUncheckedSideEffectImports": true,
|
||||
"noUncheckedIndexedAccess": true,
|
||||
"noImplicitOverride": true
|
||||
"noImplicitOverride": true,
|
||||
|
||||
"types": ["bun"]
|
||||
},
|
||||
"exclude": ["node_modules"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user