Skip to content

Commit

Permalink
fix: remove declaration only flag
Browse files Browse the repository at this point in the history
  • Loading branch information
batrdn committed Jul 11, 2021
1 parent 86cb62c commit be49d27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"allowSyntheticDefaultImports": true,
"allowJs": true,
"declaration": true,
"emitDeclarationOnly": true,
"noEmit": false,
"outDir": "./dist",
"removeComments": true,
Expand Down

0 comments on commit be49d27

Please sign in to comment.