Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use es2020
Browse files Browse the repository at this point in the history
aminya committed Mar 27, 2021
1 parent 03cb3d6 commit bde110f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig-esm.json
Original file line number Diff line number Diff line change
@@ -2,9 +2,9 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"declaration": false,
"module": "esnext",
"target": "esnext",
"lib": ["esnext"],
"module": "es2020",
"target": "es2020",
"lib": ["es2020"],
"outDir": "dist-esm"
}
}

0 comments on commit bde110f

Please sign in to comment.