File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1717 "e2e:teamcity" : " ts-node -r tsconfig-paths/register node_modules/jasmine/bin/jasmine --config=spec/support/jasmine.teamcity.e2e.json" ,
1818 "release" : " npm run build && npm publish --access public" ,
1919 "build" : " npm run build:cjs && npm run build:esm" ,
20- "build:cjs" : " tsc -p tsconfig.cjs.json && tsconfig-replace-paths -p tsconfig.json -o ./dist/cjs" ,
21- "build:esm" : " tsc -p tsconfig.esm.json && tsconfig-replace-paths -p tsconfig.json -o ./dist/esm" ,
20+ "build:cjs" : " tsc -p tsconfig.cjs.json && tsconfig-replace-paths -p tsconfig.json -o ./dist/cjs -s ./src " ,
21+ "build:esm" : " tsc -p tsconfig.esm.json && tsconfig-replace-paths -p tsconfig.json -o ./dist/esm -s ./src " ,
2222 "watch:cjs" : " tsc -p tsconfig.cjs.json -w" ,
2323 "watch:esm" : " tsc -p tsconfig.esm.json -w"
2424 },
Original file line number Diff line number Diff line change 11{
22 "compilerOptions" : {
3- "rootDir" : " ." ,
43 "baseUrl" : " ." ,
54 "target" : " es5" ,
65 "module" : " commonjs" ,
You can’t perform that action at this time.
0 commit comments