Skip to content

Commit

Permalink
set declaration: false in tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGamma committed Aug 22, 2020
1 parent 65266c2 commit 2bbc662
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 @@ -18,7 +18,7 @@
"strictPropertyInitialization": false,
"experimentalDecorators": true,
"typeRoots": ["./node_modules/@types", "./types"],
"declaration": true,
"declaration": false,
"noEmit": true
},
"include": ["src/**/*", "types"],
Expand Down

0 comments on commit 2bbc662

Please sign in to comment.