diff --git a/tsconfig.json b/tsconfig.json index bc154ed..f5933c7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -17,6 +17,8 @@ "allowSyntheticDefaultImports": true, "allowJs": true, "checkJs": true, + "declaration": true, + "declarationMap": true, "noImplicitAny": true, "noImplicitReturns": true, "noUnusedLocals": true,