diff --git a/tsconfig.json b/tsconfig.json index f82b46d..1c3d607 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,8 @@ "outDir": "./dist", "esModuleInterop": true, "sourceMap": false, - "allowSyntheticDefaultImports": true + "allowSyntheticDefaultImports": true, + "declaration": true }, "include": [ "lib/**/*"