Skip to content

Commit e2550f1

Browse files
committed
update
1 parent 701e896 commit e2550f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages-exp/messaging-exp/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"main": "dist/index.cjs.js",
88
"browser": "dist/index.esm2017.js",
99
"module": "dist/index.esm2017.js",
10-
"typings": "./dist/index-public.d.ts",
10+
"typings": "./dist/index.d.ts",
1111
"sw": "dist/index.sw.esm2017.js",
1212
"files": [
1313
"dist",
@@ -26,7 +26,7 @@
2626
"test:karma": "karma start --single-run",
2727
"test:debug": "karma start --browsers=Chrome --auto-watch",
2828
"api-report": "yarn api-report:rollup && yarn api-report:api-json",
29-
"api-report:rollup": "TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' ts-node ../../repo-scripts/prune-dts/extract-public-api.ts --package messaging-exp --packageRoot . --typescriptDts ./dist/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index-public.d.ts",
29+
"api-report:rollup": "ts-node-script ../../repo-scripts/prune-dts/extract-public-api.ts --package messaging-exp --packageRoot . --typescriptDts ./dist/index.d.ts --rollupDts ./dist/private.d.ts --untrimmedRollupDts ./dist/internal.d.ts --publicDts ./dist/index-public.d.ts",
3030
"api-report:api-json": "api-extractor run --local --verbose",
3131
"type-check": "tsc --noEmit",
3232
"typings:public": "node ../../scripts/exp/use_typings.js ./dist/index-public.d.ts"

0 commit comments

Comments
 (0)