fix: execute negative type fixture against source
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@
|
||||
"build": "vite build && node scripts/generate-build-manifest.mjs",
|
||||
"preview": "vite preview",
|
||||
"check:types": "tsc --allowJs --checkJs --noEmit",
|
||||
"check:types:fixture": "tsc --allowJs --checkJs --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext tests/fixtures/typecheck/invalid-port-call.js"
|
||||
"check:types:fixture": "tsc --ignoreConfig --allowJs --checkJs --noEmit --target ES2022 --module NodeNext --moduleResolution NodeNext tests/fixtures/typecheck/invalid-port-call.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "19.2.8",
|
||||
|
||||
Reference in New Issue
Block a user