Skip to content

Commit

Permalink
chore: remove some inviable file or file content
Browse files Browse the repository at this point in the history
  • Loading branch information
zia.huang committed Feb 21, 2024
1 parent 2e27c60 commit 76fcdc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .dumi/tsconfig.json

This file was deleted.

1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dist
.DS_Store
umd
types
forceRender.md
coverage
.idea
node
Expand Down
13 changes: 3 additions & 10 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,8 @@
"moduleResolution": "node",
"baseUrl": "./",
"paths": {
"@@/*": [
".dumi/tmp/*"
]
"@@/*": [".dumi/tmp/*"]
}
},
"include": [
".dumirc.ts",
"packages/**/*",
"rollup.config.mjs",
"docs/**/*"
]
}
"include": [".dumirc.ts", "packages/**/*", "rollup.config.mjs", "docs/**/*"]
}

0 comments on commit 76fcdc4

Please sign in to comment.