Files
2026-07-13 12:58:18 +08:00

13 lines
197 B
JSON

{
"extends": "../tsconfig/react-library.json",
"include": ["."],
"exclude": [
"dist",
"build",
"node_modules",
"**/*.test.ts",
"**/*.test.tsx",
"**/__tests__/*"
]
}