Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build": "tsgo && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"build-copy": "tsc && vite build --outDir ../src/templates/admin --emptyOutDir",
"build-copy": "tsgo && vite build --outDir ../src/templates/admin --emptyOutDir",
"preview": "vite preview"
},
"dependencies": {
Expand All @@ -33,7 +33,7 @@
"react-i18next": "^15.6.0",
"react-router-dom": "^7.6.3",
"socket.io-client": "^4.8.1",
"typescript": "^5.8.2",
"@typescript/native-preview": "^7.0.0-dev.20250811.1",
"vite": "^7.0.4",
"vite-plugin-static-copy": "^3.1.1",
"vite-plugin-svgr": "^4.3.0",
Expand Down
2 changes: 1 addition & 1 deletion bin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/node": "^24.0.14",
"@types/semver": "^7.7.0",
"typescript": "^5.8.2"
"@typescript/native-preview": "^7.0.0-dev.20250811.1"
},
"scripts": {
"makeDocs": "node --import tsx make_docs.ts",
Expand Down
Loading
Loading