From 76fcdc4f5e5e4ab6f2daa309bbf6fa58c5359646 Mon Sep 17 00:00:00 2001 From: "zia.huang" Date: Wed, 21 Feb 2024 09:34:25 +0800 Subject: [PATCH] chore: remove some inviable file or file content --- .dumi/tsconfig.json | 6 ------ .gitignore | 1 - tsconfig.json | 13 +++---------- 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 .dumi/tsconfig.json diff --git a/.dumi/tsconfig.json b/.dumi/tsconfig.json deleted file mode 100644 index 79711a82..00000000 --- a/.dumi/tsconfig.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "../tsconfig.json", - "include": [ - "**/*" - ] -} \ No newline at end of file diff --git a/.gitignore b/.gitignore index 0b54b1a2..9ca27f4d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,7 +6,6 @@ dist .DS_Store umd types -forceRender.md coverage .idea node diff --git a/tsconfig.json b/tsconfig.json index 033692df..fd9e8805 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,15 +10,8 @@ "moduleResolution": "node", "baseUrl": "./", "paths": { - "@@/*": [ - ".dumi/tmp/*" - ] + "@@/*": [".dumi/tmp/*"] } }, - "include": [ - ".dumirc.ts", - "packages/**/*", - "rollup.config.mjs", - "docs/**/*" - ] -} \ No newline at end of file + "include": [".dumirc.ts", "packages/**/*", "rollup.config.mjs", "docs/**/*"] +}