Skip to content

Commit

Permalink
Revert "chore: makes changes to be able to consume as an esm package"
Browse files Browse the repository at this point in the history
This reverts commit c019ff4.
  • Loading branch information
rwjblue committed Aug 8, 2022
1 parent 0e2bbf4 commit f600f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig-base.json
Expand Up @@ -4,10 +4,10 @@
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"module": "es6",
"moduleResolution": "node",
"module": "es2020",
"moduleResolution": "node16",
"strict": true,
"target": "es6",
"target": "es2020",
"baseUrl": ".",
"paths": {
"*": ["./types/*"]
Expand Down

0 comments on commit f600f2d

Please sign in to comment.