move ts to devdeps
This commit is contained in:
parent
62e9d367bf
commit
291ea8ee6b
1 changed files with 3 additions and 3 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue