9d1beab2e1
- 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
9 lines
127 B
JSON
9 lines
127 B
JSON
{
|
|
"extends": "@furtherverse/tsconfig/react.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
}
|
|
}
|