Skip to content

Commit 9dba2a7

Browse files
authored
fix: compile (#351)
1 parent 3b33a30 commit 9dba2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v4-client-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"build:cjs": "tsc -p tsconfig.cjs.json",
2121
"fix-package-json": "echo '{\"type\":\"commonjs\"}' > build/cjs/package.json",
2222
"commitlint": "commitlint --edit",
23-
"compile": "tsc",
23+
"compile": "tsc -p tsconfig.esm.json",
2424
"compile:watch": "npm run compile -- --watch",
2525
"coverage": "npm run test -- --coverage",
2626
"fix": "npm run lint -- --fix",

0 commit comments

Comments
 (0)