diff --git a/package.json b/package.json index b2d329a..bbac592 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "lint": "eslint src scripts tests vite.config.js vitest.config.js playwright.config.js --max-warnings=0", "check:architecture": "node scripts/check-architecture.mjs", "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", "test:runtime-schema": "vitest run tests/runtime-schema --reporter=default --reporter=junit --outputFile.junit=artifacts/tests/runtime-schema.xml --passWithNoTests", "test:unit": "vitest run tests/unit --reporter=default --reporter=junit --outputFile.junit=artifacts/tests/unit.xml", "test:component": "vitest run tests/component --reporter=default --reporter=junit --outputFile.junit=artifacts/tests/component.xml",