Skip to content

Commit

Permalink
Fix missing types declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Rmannn committed Apr 25, 2020
1 parent eb89386 commit 9a69256
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"declaration": false,
"declaration": true,
"declarationMap": true,
"noImplicitAny": false,
"noUnusedLocals": false,
"removeComments": true,
Expand Down

0 comments on commit 9a69256

Please sign in to comment.