improve intellisense
This commit is contained in:
parent
ac412b798c
commit
6a5addb383
15 changed files with 39393 additions and 483 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Reference in a new issue