Merge pull request #374 from jonaspm/chore/upgrade-typescript

Upgrade TypeScript to latest v6
This commit is contained in:
Cameron Pak
2026-04-03 08:10:05 -05:00
committed by GitHub
12 changed files with 104 additions and 78 deletions
-1
View File
@@ -17,7 +17,6 @@
"noUnusedLocals": false,
"noUnusedParameters": false,
"noPropertyAccessFromIndexSignature": false,
"baseUrl": "."
},
"include": ["index.ts"]
}
-1
View File
@@ -23,7 +23,6 @@
"isolatedModules": true,
"esModuleInterop": true,
"skipLibCheck": true,
"baseUrl": ".",
"paths": {
"bknd": ["../app/src/index.ts"],
"bknd/*": ["../app/src/*"]
-1
View File
@@ -13,7 +13,6 @@
"moduleResolution": "bundler",
"jsx": "react-jsx",
"rootDirs": [".", "./.react-router/types"],
"baseUrl": ".",
"paths": {
"~/*": ["./app/*"]
},
-1
View File
@@ -20,7 +20,6 @@
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true,
"noUncheckedSideEffectImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}