From be49d27e23ec67c012b98383ca03616ced5b491f Mon Sep 17 00:00:00 2001 From: batrdn Date: Sun, 11 Jul 2021 21:30:21 +0800 Subject: [PATCH] fix: remove declaration only flag --- tsconfig.build.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.build.json b/tsconfig.build.json index 9617eb5..ab7b267 100644 --- a/tsconfig.build.json +++ b/tsconfig.build.json @@ -10,7 +10,6 @@ "allowSyntheticDefaultImports": true, "allowJs": true, "declaration": true, - "emitDeclarationOnly": true, "noEmit": false, "outDir": "./dist", "removeComments": true,