diff --git a/tsconfig.json b/tsconfig.json index c36fd09..10006e4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,8 @@ { "extends": "./tsconfig-base.json", "compilerOptions": { + "declaration": true, + "sourceMap": true, "outDir": "./dist" }, "include": ["src/**/*.ts"]