Skip to content

Commit

Permalink
fix: esm module type
Browse files Browse the repository at this point in the history
Signed-off-by: Yann Armelin <[email protected]>
  • Loading branch information
Yqnn committed Oct 28, 2024
1 parent e1b2513 commit 05abf1d
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 1 deletion.
38 changes: 38 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"tick": "0.0.6",
"tsconfig-to-dual-package": "^1.2.0",
"typescript": "^5.4.4"
},
"keywords": [
Expand All @@ -53,7 +54,7 @@
"scripts": {
"test": "npx nyc --reporter=lcov --reporter=text-summary --reporter=html jasmine --config=jasmine.json",
"test-regen": "TEST_REGEN=1 jasmine --config=jasmine.json",
"build": "rimraf dist && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json",
"build": "rimraf dist && tsc -p tsconfig.esm.json && tsc -p tsconfig.cjs.json && tsconfig-to-dual-package tsconfig.esm.json tsconfig.cjs.json",
"bench": "bash scripts/benchmark.sh",
"profile": "bash scripts/profile.sh && cat profile.txt"
},
Expand Down

0 comments on commit 05abf1d

Please sign in to comment.