Skip to content

Commit

Permalink
feat: Generate ES2015 modules
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Mar 3, 2021
1 parent ce8a128 commit b700bbf
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 @@ -3,7 +3,7 @@
// Disabled because of https://github.com/Microsoft/TypeScript/issues/29172
// "outDir": "dist",
"target": "ES2015",
"module": "CommonJS",
"module": "ES2015",
"moduleResolution": "node",
"resolveJsonModule": true,
"jsx": "react",
Expand Down

0 comments on commit b700bbf

Please sign in to comment.