Skip to content

Commit

Permalink
Enabled the '--emitDeclarationOnly' flag.
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRosenwasser committed Feb 21, 2018
1 parent 78de783 commit 75f4aa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.dts.json
Expand Up @@ -2,6 +2,7 @@
"extends": "./tsconfig.json",
"compilerOptions": {
"noEmit": false,
"emitDeclarationOnly": true,
"outDir": "./types"
},
"exclude": ["./src/tests/**/*"]
Expand Down

0 comments on commit 75f4aa2

Please sign in to comment.