Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
fix build to add .d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Deblock committed Nov 23, 2017
1 parent 846436b commit a7c8bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ tslint.json
.travis.yml
.gitignore
.npmignore
html-report
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"baseUrl": "",
"declaration": false,
"declaration": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"lib": ["es6", "dom"],
Expand Down

0 comments on commit a7c8bb9

Please sign in to comment.