diff --git a/tsconfig.json b/tsconfig.json index 10cf9f77..41df8af7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "esModuleInterop": true, "moduleResolution": "node", "allowImportingTsExtensions": true, + "emitDeclarationOnly": true, "declaration": true, "declarationMap": true,