File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 "baseUrl" : " .." ,
88 "rootDir" : " .." ,
99 "strictNullChecks" : true ,
10- "outDir" : " build/npm"
10+ "outDir" : " ./ build/npm/dist "
1111 },
1212 "include" : [" ../src/**/*.ts" ],
1313 "exclude" : [" ../src/**/*.test.ts" ]
Original file line number Diff line number Diff line change 22 "name" : " @sentry/replay" ,
33 "version" : " 0.6.14" ,
44 "description" : " User replays for Sentry" ,
5- "main" : " build/npm/index.js" ,
6- "module" : " build/npm/index.es.js" ,
7- "types" : " build/npm/types/src/index.d.ts" ,
5+ "main" : " build/npm/dist/ index.js" ,
6+ "module" : " build/npm/dist/ index.es.js" ,
7+ "types" : " build/npm/dist/ types/src/index.d.ts" ,
88 "sideEffects" : false ,
99 "scripts" : {
1010 "bootstrap" : " yarn && cd demo && yarn #TODO: change after migration" ,
You can’t perform that action at this time.
0 commit comments