Add ts-strict-ignore plugin (#443)

* Add ts-strict-ignore plugin

* nit
This commit is contained in:
Chenlei Hu
2025-02-03 12:49:58 -08:00
committed by GitHub
parent 0ee671843b
commit 4844311f3b
17 changed files with 755 additions and 3 deletions

View File

@@ -20,7 +20,8 @@
},
"private": false,
"scripts": {
"build": "tsc && vite build",
"typecheck": "tsc --noEmit && tsc-strict",
"build": "npm run typecheck && vite build",
"dev": "vite",
"preview": "vite preview",
"watch": "vite build --watch",
@@ -54,6 +55,7 @@
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0",
"typescript-strict-plugin": "^2.4.4",
"vite": "^5.3.4",
"vite-plugin-dts": "^4.3.0",
"vitest": "^2.1.4"