Skip to content

Commit

Permalink
chore: add missing module type
Browse files Browse the repository at this point in the history
  • Loading branch information
fsher committed Apr 26, 2022
1 parent 51cd2ac commit 6647efc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.esm.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"module": "ESNext",
"outDir": "lib/esm",
"declarationDir": "lib/types",
},
Expand Down

0 comments on commit 6647efc

Please sign in to comment.