From 8467a42b3b558b59c5fcdb6521d8cd90653ae002 Mon Sep 17 00:00:00 2001 From: Ivan Li Date: Sun, 19 Sep 2021 19:40:06 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E5=8E=BB=E9=99=A4=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E7=9A=84=20tsc=20=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 24ff4ad..ea50cb8 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,7 +10,6 @@ "lib": ["ES2021"], "sourceMap": true, "outDir": "./dist", - "rootDir": "./src", "baseUrl": "./", }, }