Skip to content

Commit 529bbb7

Browse files
committed
chore: clean up
1 parent 385a589 commit 529bbb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"paths": {
1111
"@/*": ["src/*"],
1212
"@@/*": [".dumi/tmp/*"],
13-
"rc-table": ["src/index.ts"],
13+
"rc-table": ["src/index.ts"]
1414
},
15-
"types": ["vitest/globals", "@testing-library/jest-dom"],
15+
"types": ["@testing-library/jest-dom"]
1616
},
1717
"include": [".dumirc.ts", "**/*.ts", "**/*.tsx", "tests/__mocks__/shadowTest.tsx"],
18-
"exclude": ["./vitest.config.ts"],
18+
"exclude": ["./vitest.config.ts"]
1919
}

0 commit comments

Comments
 (0)