Skip to content

Commit

Permalink
chore: Set ES6 as build target
Browse files Browse the repository at this point in the history
  • Loading branch information
luczsoma committed May 6, 2020
1 parent 3eb740d commit 3b2484f
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,7 +2,7 @@
"compilerOptions": {
"declaration": true,
"declarationDir": "dist",
"module": "esnext",
"module": "ES6",
"moduleResolution": "node",
"noErrorTruncation": true,
"noFallthroughCasesInSwitch": true,
Expand All @@ -12,7 +12,7 @@
"outDir": "dist",
"rootDir": "src",
"strict": true,
"target": "esnext"
"target": "ES6"
},
"files": ["src/main.ts"]
}

0 comments on commit 3b2484f

Please sign in to comment.