fix: execute negative type fixture against source

This commit is contained in:
donghyeon-ka
2026-07-25 21:40:24 +09:00
parent 7b35f6b551
commit 8198886dab
+1 -1
View File
@@ -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",