mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
chore: use turborepo for type checking (#64455)
This commit is contained in:
committed by
GitHub
parent
2ce0ff1560
commit
608afa8a39
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vitest",
|
||||
"type-check": "tsc --noEmit",
|
||||
"compile": "tsdown --format cjs --format esm",
|
||||
"lint": "eslint --max-warnings 0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user