diff --git a/tsconfig.package.json b/tsconfig.package.json new file mode 100644 index 0000000..a7f8be7 --- /dev/null +++ b/tsconfig.package.json @@ -0,0 +1,6 @@ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "declaration": true + } +}