From 1db7fc42b7ea973f019f7ba5693dfe9072ecaad3 Mon Sep 17 00:00:00 2001 From: BearToCode Date: Tue, 14 Nov 2023 18:31:24 +0100 Subject: [PATCH] fix: tsconfig TS6310 may not disable emit --- tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index d9446599..d8ac207f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,5 +15,6 @@ "outDir": "./dist", "module": "ESNext", "target": "ESNext" - } + }, + "files": [] }