diff --git a/tsconfig.json b/tsconfig.json index 6ead5fc..4f26b20 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,8 @@ "strict": true, "composite": true, "forceConsistentCasingInFileNames": true, - "allowImportingTsExtensions": true + "allowImportingTsExtensions": true, + "emitDeclarationOnly": true }, "exclude": ["**/node_modules/**", "**/*.spec.ts", "**/dist/**/*"], "include": ["src"]