Skip to content

Commit

Permalink
Target ES2018 with module CommonJS
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Quadflieg committed Jan 17, 2020
1 parent f8ead13 commit 054b56f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"compilerOptions": {
"target": "ES2018",
"module": "CommonJS",
"inlineSourceMap": true,
"lib": ["es2016", "dom"],
"lib": ["ES2018", "DOM"],
"outDir": "dist",
"moduleResolution": "node",
"rootDir": "src",
Expand Down

0 comments on commit 054b56f

Please sign in to comment.