|
@@ -17,17 +17,16 @@
|
|
|
"exports": {
|
|
|
".": {
|
|
|
"types": "./dist/index.d.ts",
|
|
|
- "require": "./dist/tres.umd.cjs",
|
|
|
"import": "./dist/tres.js"
|
|
|
},
|
|
|
"./components": {
|
|
|
- "types": "./dist/components/index.d.ts"
|
|
|
+ "types": "./dist/src/components/index.d.ts"
|
|
|
},
|
|
|
"./composables": {
|
|
|
- "types": "./dist/composables/index.d.ts"
|
|
|
+ "types": "./dist/src/composables/index.d.ts"
|
|
|
},
|
|
|
"./types": {
|
|
|
- "types": "./dist/types/index.d.ts"
|
|
|
+ "types": "./dist/src/types/index.d.ts"
|
|
|
},
|
|
|
"./utils": {
|
|
|
"types": "./dist/utils/index.d.ts"
|