We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8437bfa commit 930307dCopy full SHA for 930307d
packages/util/package.json
@@ -34,7 +34,7 @@
34
"test:browser": "karma start --single-run",
35
"test:node": "TS_NODE_CACHE=NO TS_NODE_COMPILER_OPTIONS='{\"module\":\"commonjs\"}' nyc --reporter lcovonly -- mocha test/**/*.test.* --config ../../config/mocharc.node.js",
36
"api-report": "api-extractor run --local --verbose",
37
- "typings:public": "ts-node generate-public-dts.ts && node ../../scripts/build/use_typings.js ./dist/util-public.d.ts"
+ "typings:public": "node ../../scripts/build/use_typings.js ./dist/util-public.d.ts"
38
},
39
"license": "Apache-2.0",
40
"dependencies": {
0 commit comments