Skip to content

Commit

Permalink
set tsconfig module to CommonJS
Browse files Browse the repository at this point in the history
* Change tsconfig module resolution

* Yarn lock
  • Loading branch information
pedroSoaresll committed Aug 20, 2020
1 parent 96350e9 commit e211740
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 209 deletions.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"lib": ["dom", "dom.iterable", "esnext"],
"module": "esnext",
"module": "CommonJS",
"moduleResolution": "node",
"outDir": "lib",
"resolveJsonModule": true,
Expand Down
Loading

0 comments on commit e211740

Please sign in to comment.