diff --git a/tsconfig.json b/tsconfig.json index f041a66..0e0d451 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - "declaration": false, + "declaration": true, "inlineSources": true, "module": "commonjs", "moduleResolution": "node",