Ver Fonte

🔧 chore(scripts): update typecheck script

- add --project . flag to tsc command for proper TypeScript configuration detection
yourname há 2 meses atrás
pai
commit
854d75e091
1 ficheiros alterados com 1 adições e 1 exclusões
  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",