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.
2 parents fcf8ab1 + da4b8fa commit f9a54cdCopy full SHA for f9a54cd
1 file changed
package.json
@@ -17,7 +17,7 @@
17
"build:cjs": "node tools/cleanup cjs && tsc -p config/tsconfig.cjs.json",
18
"build:esm": "node tools/cleanup esm && tsc -p config/tsconfig.esm.json",
19
"build:umd": "node tools/cleanup umd && webpack --config config/webpack.config.js",
20
- "build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json",
+ "build:types": "node tools/cleanup types && tsc -p config/tsconfig.types.json && cp types/xray-settings.d.ts dist/types/xray-settings.d.ts && cp types/report-config.d.ts dist/types/report-config.d.ts",
21
"clean": "node tools/cleanup",
22
"package": "npm run build && npm pack",
23
"prepare": "husky install && npm run build",
0 commit comments