diff --git a/tsconfig.base.json b/tsconfig.base.json index d6ab395..fce35a4 100644 --- a/tsconfig.base.json +++ b/tsconfig.base.json @@ -2,7 +2,7 @@ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "allowSyntheticDefaultImports": true, - "declaration": true, + "declaration": false, "declarationMap": false, "esModuleInterop": true, "forceConsistentCasingInFileNames": true,