Skip to content

Commit

Permalink
fix: don't compile to cjs 🤦‍♂️
Browse files Browse the repository at this point in the history
This reverts commit c017616.
  • Loading branch information
danielroe committed Apr 1, 2020
1 parent 64a1abc commit 0dd72f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"compilerOptions": {
"strict": true,
"sourceMap": true,
"target": "es5",
"module": "commonjs",
"target": "esnext",
"module": "esnext",
"lib": ["esnext", "dom"],
"moduleResolution": "node",
"rootDir": "src",
Expand Down

0 comments on commit 0dd72f7

Please sign in to comment.