Skip to content

Commit

Permalink
temporally use target ES6 and module cjs for a better support until w…
Browse files Browse the repository at this point in the history
…e migrate to rollup
  • Loading branch information
amalcaraz committed Jul 4, 2023
1 parent 1e56a8d commit bd74fc8
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
@@ -1,11 +1,11 @@
{
"compilerOptions": {
"target": "esnext",
"target": "ES6",
"lib": [
"esnext",
"DOM"
],
"module": "esnext",
"module": "CommonJS",
"moduleResolution": "node",
"strict": true,
"outDir": "dist",
Expand Down

0 comments on commit bd74fc8

Please sign in to comment.