fix: update types path in package.json to point to the correct location
All checks were successful
Publish to npm / publish (push) Successful in 25s
All checks were successful
Publish to npm / publish (push) Successful in 25s
This commit is contained in:
parent
70bb0b14af
commit
2c48ddbdb2
|
@ -32,7 +32,7 @@
|
||||||
"vite-plugin-dts": "^4.5.0"
|
"vite-plugin-dts": "^4.5.0"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
"types": "./dist/index.d.ts",
|
"types": "./dist/src/index.d.ts",
|
||||||
"import": "./dist/index.es.js",
|
"import": "./dist/index.es.js",
|
||||||
"require": "./dist/index.cjs.js",
|
"require": "./dist/index.cjs.js",
|
||||||
"default": "./dist/index.es.js"
|
"default": "./dist/index.es.js"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user