From d125c52b50c4795079178ce694c3588c8fb497b4 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sun, 1 Sep 2024 18:27:45 +0800 Subject: [PATCH] =?UTF-8?q?:memo:=20[docs]:=20=E6=96=B0=E5=A2=9E=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tsconfig.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 docs/tsconfig.json diff --git a/docs/tsconfig.json b/docs/tsconfig.json deleted file mode 100644 index 95259167..00000000 --- a/docs/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "compilerOptions": { - "target": "es6", - "module": "commonjs", - "esModuleInterop": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true - }, - "include": [ - "components/**/*.ts", - ], - "exclude": [ - "node_modules" - ] -} \ No newline at end of file