File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44 "license" : " BSD-3-Clause" ,
55 "sideEffects" : false ,
66 "files" : [" **/*" ],
7- "main" : " ./index.js" ,
8- "module" : " ./index.mjs" ,
9- "types" : " ./index.d.ts" ,
7+ "main" : " ./dist/ index.js" ,
8+ "module" : " ./dist/ index.mjs" ,
9+ "types" : " ./dist/ index.d.ts" ,
1010 "scripts" : {
1111 "build" : " vite build" ,
1212 "typecheck" : " tsc --noEmit -p tsconfig.lib.json && tsc --noEmit -p tsconfig.spec.json" ,
3030 },
3131 "exports" : {
3232 "." : {
33- "types" : " ./index.d.ts" ,
34- "import" : " ./index.mjs" ,
35- "require" : " ./index.js"
33+ "types" : " ./dist/ index.d.ts" ,
34+ "import" : " ./dist/ index.mjs" ,
35+ "require" : " ./dist/ index.js"
3636 }
3737 }
3838}
Original file line number Diff line number Diff line change 66 "files" : [
77 " **/*"
88 ],
9- "main" : " ./index.js" ,
10- "module" : " ./index.mjs" ,
11- "types" : " ./index.d.ts" ,
9+ "main" : " ./dist/ index.js" ,
10+ "module" : " ./dist/ index.mjs" ,
11+ "types" : " ./dist/ index.d.ts" ,
1212 "scripts" : {
1313 "build" : " vite build" ,
1414 "typecheck" : " tsc --noEmit -p tsconfig.lib.json && tsc --noEmit -p tsconfig.spec.json" ,
3939 },
4040 "exports" : {
4141 "." : {
42- "types" : " ./index.d.ts" ,
43- "import" : " ./index.mjs" ,
44- "require" : " ./index.js"
42+ "types" : " ./dist/ index.d.ts" ,
43+ "import" : " ./dist/ index.mjs" ,
44+ "require" : " ./dist/ index.js"
4545 }
4646 }
4747}
You can’t perform that action at this time.
0 commit comments