Skip to content

Commit

Permalink
fix: add esm configs to files
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonnalley committed Oct 24, 2023
1 parent 53cfc9d commit 076a2c8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
"/tsconfig-strict.json",
"/tsconfig-test.json",
"/tsconfig-test-strict.json",
"/tsconfig-esm.json",
"/tsconfig-strict-esm.json",
"/tsconfig-test-esm.json",
"/tsconfig-test-strict-esm.json",
"/prettier.json",
"/nyc.json",
"/typedoc.js"
Expand All @@ -29,4 +33,4 @@
"devDependencies": {
"shx": "^0.3.2"
}
}
}

0 comments on commit 076a2c8

Please sign in to comment.