diff --git a/tsconfig.json b/tsconfig.json index 5c7e084..d684b34 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,6 +2,7 @@ "compilerOptions": { "allowSyntheticDefaultImports": true, "outDir": "dist", + "declaration": true, "moduleResolution": "node", "resolveJsonModule": true, "esModuleInterop": true,