build: resolve TypeScript 7 tooling compatibility
This commit is contained in:
+4
-3
@@ -8,9 +8,9 @@
|
||||
"scripts": {
|
||||
"dev": "vite --host 127.0.0.1",
|
||||
"lint": "eslint . --max-warnings 0",
|
||||
"typecheck": "tsc -b --pretty false",
|
||||
"typecheck": "node ./node_modules/@typescript/native/bin/tsc -b --pretty false",
|
||||
"test": "vitest run",
|
||||
"build": "tsc -b && vite build"
|
||||
"build": "node ./node_modules/@typescript/native/bin/tsc -b && vite build"
|
||||
},
|
||||
"dependencies": {
|
||||
"@tanstack/react-query": "5.101.4",
|
||||
@@ -26,13 +26,14 @@
|
||||
"@types/node": "24.10.0",
|
||||
"@types/react": "19.2.14",
|
||||
"@types/react-dom": "19.2.4",
|
||||
"@typescript/native": "npm:typescript@7.0.2",
|
||||
"@vitejs/plugin-react": "6.0.4",
|
||||
"eslint": "10.0.1",
|
||||
"eslint-plugin-react-hooks": "7.1.1",
|
||||
"eslint-plugin-react-refresh": "0.5.3",
|
||||
"globals": "17.7.0",
|
||||
"jsdom": "30.0.1",
|
||||
"typescript": "7.0.2",
|
||||
"typescript": "npm:@typescript/typescript6@6.0.2",
|
||||
"typescript-eslint": "8.65.0",
|
||||
"vite": "8.2.0",
|
||||
"vitest": "4.1.10"
|
||||
|
||||
Reference in New Issue
Block a user