chore: use turborepo for type checking (#64455)

This commit is contained in:
Oliver Eyton-Williams
2026-01-19 14:35:27 +01:00
committed by GitHub
parent 2ce0ff1560
commit 608afa8a39
17 changed files with 245 additions and 443 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
"eslint-plugin-react": "7.37.4",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "7.1.1",
"typescript": "5.7.3",
"typescript": "5.9.3",
"typescript-eslint": "^8.47.0"
}
}
+1
View File
@@ -11,6 +11,7 @@
},
"scripts": {
"test": "vitest",
"type-check": "tsc --noEmit",
"compile": "tsdown --format cjs --format esm",
"lint": "eslint --max-warnings 0"
},