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 3b33a30 commit 9dba2a7Copy full SHA for 9dba2a7
v4-client-js/package.json
@@ -20,7 +20,7 @@
20
"build:cjs": "tsc -p tsconfig.cjs.json",
21
"fix-package-json": "echo '{\"type\":\"commonjs\"}' > build/cjs/package.json",
22
"commitlint": "commitlint --edit",
23
- "compile": "tsc",
+ "compile": "tsc -p tsconfig.esm.json",
24
"compile:watch": "npm run compile -- --watch",
25
"coverage": "npm run test -- --coverage",
26
"fix": "npm run lint -- --fix",
0 commit comments