build: use tsgo for type checking

I don't use and fancy typescript features, and apparently this version
is very usable at this point. Removes the typescript dependency, which
should have been in dev-deps anyway.
This commit is contained in:
Harvey Tindall
2025-12-09 17:31:23 +00:00
parent 833fd26091
commit ccf0584db8
4 changed files with 125 additions and 17 deletions
+1 -1
View File
@@ -39,10 +39,10 @@
"remove-markdown": "^0.5.0",
"tailwindcss": "^3.3.2",
"temporal-polyfill": "^0.3.0",
"typescript": "^5.1.3",
"uncss": "^0.17.3"
},
"devDependencies": {
"@typescript/native-preview": "^7.0.0-dev.20251209.1",
"live-server": "^1.2.2"
},
"optionalDependencies": {