Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Add es5 export config
  • Loading branch information
JakeSidSmith committed Sep 9, 2019
commit 5f3ec19856fb9a46e63c41ed5595e1bb0a0a3ae9
7 changes: 7 additions & 0 deletions tsconfig.dist.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"declaration": true,
"sourceMap": true,
"listEmittedFiles": true,
"target": "es5",
"lib": [
"es5",
"dom",
"es2015.promise",
"es2015.symbol"
],
"rootDir": "./src/",
"outDir": "./dist/"
},
Expand Down