From e403b29d127c7b87232ccfa547813d9cb5da42f1 Mon Sep 17 00:00:00 2001 From: removedporn <86824510+removedporn@users.noreply.github.com> Date: Thu, 16 Sep 2021 23:36:41 +0800 Subject: [PATCH] Delete tsconfig.json --- tsconfig.json | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 00e2419..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "compilerOptions": { - "allowJs": true, - "checkJs": true, - "module": "CommonJS", - "allowSyntheticDefaultImports": true, - "strict": true, - "moduleResolution": "node" - } -}