From a51dee55e4d6321a696976f72206cfc84da26dd8 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Thu, 16 Sep 2021 18:14:21 +0700 Subject: [PATCH] Fixed tsconfig --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 22c584b..fb177d3 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,7 +13,6 @@ "skipLibCheck": true, "allowJs": true, "declaration": true, - "emitDeclarationOnly": false }, "include": ["src/**/*"] } \ No newline at end of file