Skip to content

Commit 0ed4887

Browse files
committed
chore: align tooling ignores and typescript
1 parent 05bdb1f commit 0ed4887

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

.prettierignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,13 @@ public
1010
_site
1111
.umi
1212
.doc
13+
coverage
14+
docs-dist
15+
dist
16+
.dumi/tmp
17+
.dumi/tmp-production
18+
.vercel
19+
pnpm-lock.yaml
20+
yarn.lock
21+
bun.lockb
22+
*.log

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595
"@rc-component/select": "^1.8.0",
9696
"rc-test": "^7.1.3",
9797
"react": "^18.3.1",
98-
"react-dom": "^18.3.1"
98+
"react-dom": "^18.3.1",
99+
"typescript": "^5.9.3"
99100
},
100101
"peerDependencies": {
101102
"react": ">=16.9.0",

0 commit comments

Comments
 (0)