Skip to content

Commit

Permalink
fix(*): Switch to emitting ES2015 to account for Typedoc emitting ES2…
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Jan 17, 2019
1 parent 17722cd commit 1e249ed
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,10 @@
"moduleResolution": "node",
"allowJs": true,
"module": "umd",
"target": "es5",
"target": "es2015",
"outDir": "./",
"experimentalDecorators": true
},
"files": [
"renameExternalModulePlugin.ts",
"renameNavLabelPlugin.ts"
],
"exclude": [
"node_modules"
]
"files": ["renameExternalModulePlugin.ts", "renameNavLabelPlugin.ts"],
"exclude": ["node_modules"]
}

0 comments on commit 1e249ed

Please sign in to comment.