Skip to content

Commit

Permalink
chore: set outDir to dist, see #119
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Apr 16, 2019
1 parent 7483613 commit 6fb4796
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"module":"CommonJS",
"lib": ["es2015", "es2016", "es2017", "dom"],
"sourceMap": true,
"outDir": "dist",
"declaration": true,
"allowSyntheticDefaultImports": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit 6fb4796

Please sign in to comment.