Skip to content

Commit

Permalink
tsconfig: temporarily use module es2020
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 17, 2024
1 parent 6604c65 commit e7c5cf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tsconfig.esm.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"extends": "@paulmillr/jsbt/tsconfigs/esm.json",
"compilerOptions": {
"module": "es2020",
"moduleResolution": "bundler",
"outDir": "lib/esm"
},
"include": ["index.ts", "src"],
Expand Down

0 comments on commit e7c5cf9

Please sign in to comment.