janitoring

This commit is contained in:
EatThePooh 2026-02-25 17:20:13 +07:00
parent d2aae92692
commit 62e9d367bf
5 changed files with 23 additions and 129 deletions

View file

@ -7,16 +7,16 @@
},
"dependencies": {
"@stricli/core": "^1.2.5",
"dax": "^0.45.0"
"dax": "^0.45.0",
"typescript": "^5.9.3"
},
"devDependencies": {
"@biomejs/biome": "^2.4.3",
"@types/node": "^25.2.3",
"@typescript/native-preview": "^7.0.0-dev.20260220.1",
"tsdown": "^0.20.3"
},
"scripts": {
"build": "npx tsdown src/index.ts --format esm --clean",
"check": "npx tsgo --project tsconfig.json --types node --noEmit && npx @biomejs/biome check ."
"check": "npx tsc --noEmit && npx @biomejs/biome check ."
}
}