move ts to devdeps

This commit is contained in:
EatThePooh 2026-02-26 14:39:55 +07:00
parent 62e9d367bf
commit 291ea8ee6b

View file

@ -7,13 +7,13 @@
},
"dependencies": {
"@stricli/core": "^1.2.5",
"dax": "^0.45.0",
"typescript": "^5.9.3"
"dax": "^0.45.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.3",
"@types/node": "^25.2.3",
"tsdown": "^0.20.3"
"tsdown": "^0.20.3",
"typescript": "^5.9.3"
},
"scripts": {
"build": "npx tsdown src/index.ts --format esm --clean",