From e01af8e7d9a5ea79be309e1d6836f9c64de35364 Mon Sep 17 00:00:00 2001 From: Pig Fang Date: Sat, 1 Feb 2020 12:45:07 +0800 Subject: [PATCH] tweak tsconfig --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 6ee8f133..0af3177d 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "target": "es2016", "module": "esnext", "moduleResolution": "node", + "declaration": false, "baseUrl": ".", "incremental": true },