Skip to content

Commit

Permalink
Merge pull request #6 from navikt/fix/typings
Browse files Browse the repository at this point in the history
fix: 🐛 exporting commonjs
  • Loading branch information
nutgaard authored Jul 25, 2019
2 parents 1981e7c + f9f5569 commit e42a976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"moduleResolution": "node",
"target": "es5",
"module": "es2015",
"module": "commonjs",
"lib": ["es2015", "dom"],
"strict": true,
"sourceMap": true,
Expand Down

0 comments on commit e42a976

Please sign in to comment.