diff --git a/tsconfig.json b/tsconfig.json index 9855399..923cded 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "inlineSourceMap": true, "outDir": "dist/", "rootDir": "src/", + "declaration": true, "removeComments": true, "esModuleInterop": true, "skipLibCheck": true,