2
0
Эх сурвалжийг харах

🔧 chore(scripts): update typecheck script

- add --project . flag to tsc command for proper TypeScript configuration detection
yourname 2 сар өмнө
parent
commit
854d75e091
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -31,7 +31,7 @@
     "test:analyze": "node scripts/analyze-test-results.js",
     "lint": "eslint . --ext .ts,.tsx",
     "lint:fix": "eslint . --ext .ts,.tsx --fix",
-    "typecheck": "tsc --noEmit"
+    "typecheck": "tsc --noEmit --project ."
   },
   "dependencies": {
     "@ant-design/icons": "^6.0.0",