mirror of
https://github.com/tribufu/tribufu-js
synced 2026-05-06 06:47:27 +00:00
Test add typesVersions
This commit is contained in:
parent
be08efe49f
commit
1cf38a35de
1 changed files with 7 additions and 0 deletions
|
|
@ -12,6 +12,13 @@
|
|||
"require": "./build/index.cjs",
|
||||
"types": "./build/index.d.ts"
|
||||
},
|
||||
"typesVersions": {
|
||||
"*": {
|
||||
"*": [
|
||||
"./build/*"
|
||||
]
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "rimraf build",
|
||||
"build": "npm run clean && tsc && node scripts/esbuild.js"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue