improve intellisense

This commit is contained in:
Asaki Yuki 2026-01-18 03:24:03 +07:00
parent ac412b798c
commit 6a5addb383
15 changed files with 39393 additions and 483 deletions

View file

@ -20,14 +20,14 @@
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc",
"dev": "npx tsc --watch",
"build": "tsc",
"dev": "tsc --watch",
"test": "bun test/app.ts",
"test:watch": "bun --watch test/app.ts",
"prefetch": "bun scripts/prefetch",
"gen:enums": "bun scripts/write/enum",
"vanilla:defs": "bun scripts/vanilladefs",
"vanilla:autocomplete": "bun scripts/autocomplete-build"
"gen:autocomplete": "bun scripts/autocomplete-build"
},
"devDependencies": {
"@types/node": "^25.0.3",