Skip to content

Commit

Permalink
Output typescript declarations on build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-wolfe committed Aug 7, 2018
1 parent 1274d11 commit 930ca41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"outDir": "./dist",
"baseUrl": "src",
"sourceMap": true,
"declaration": false,
"declaration": true,
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit 930ca41

Please sign in to comment.