Skip to content

Commit b406206

Browse files
committed
add @astrojs/check + typescript
1 parent 433bcc6 commit b406206

File tree

2 files changed

+734
-23
lines changed

2 files changed

+734
-23
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,11 @@
2020
"tailwindcss": "^4.1.17"
2121
},
2222
"devDependencies": {
23+
"@astrojs/check": "^0.9.5",
2324
"@ianvs/prettier-plugin-sort-imports": "^4.7.0",
2425
"prettier": "^3.6.2",
2526
"prettier-plugin-astro": "^0.14.1",
26-
"prettier-plugin-tailwindcss": "^0.7.1"
27+
"prettier-plugin-tailwindcss": "^0.7.1",
28+
"typescript": "^5.9.3"
2729
}
2830
}

0 commit comments

Comments
 (0)