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 "type" : " module" ,
55 "exports" : {
66 "." : {
7- "types" : " ./dist/src/ index.d.ts" ,
7+ "types" : " ./dist/index.d.ts" ,
88 "import" : " ./dist/index.js"
99 },
1010 "./client" : {
11- "types" : " ./dist/src/ client/index.d.ts" ,
11+ "types" : " ./dist/client/index.d.ts" ,
1212 "import" : " ./dist/client/index.js"
1313 },
1414 "./server" : {
15- "types" : " ./dist/src/ server/index.d.ts" ,
15+ "types" : " ./dist/server/index.d.ts" ,
1616 "import" : " ./dist/server/index.js"
1717 },
1818 "./shared" : {
19- "types" : " ./dist/src/ shared/index.d.ts" ,
19+ "types" : " ./dist/shared/index.d.ts" ,
2020 "import" : " ./dist/shared/index.js"
2121 }
2222 },
2323 "module" : " ./dist/index.js" ,
24- "types" : " ./dist/src/ index.d.ts" ,
24+ "types" : " ./dist/index.d.ts" ,
2525 "files" : [
2626 " dist"
2727 ],
2828 "scripts" : {
29- "build" : " tsc -p tsconfig.build.json" ,
29+ "build" : " tsc --build tsconfig.build.json --force " ,
3030 "dev" : " tsc -p tsconfig.build.json --watch" ,
3131 "lint" : " pnpm -w exec biome lint libs/storefront-data/src --diagnostic-level=error"
3232 },
Original file line number Diff line number Diff line change 55 "rootDir" : " src" ,
66 "outDir" : " dist" ,
77 "declaration" : true ,
8- "declarationDir" : " dist/src" ,
98 "emitDeclarationOnly" : false ,
109 "allowImportingTsExtensions" : false
1110 },
Load diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments