Skip to content

Commit dec4b3b

Browse files
committed
add vite and test setup to tsconfig
1 parent c2ca600 commit dec4b3b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tsconfig.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@
1111
"forceConsistentCasingInFileNames": true,
1212
"declaration": true
1313
},
14-
"exclude": ["*/test", "demo", "**/*.spec.ts", "**/*.spec.tsx"]
14+
"exclude": [
15+
"*/test",
16+
"demo",
17+
"**/*.spec.ts",
18+
"**/*.spec.tsx",
19+
"./vite.config.ts",
20+
"./setupTests.ts"
21+
]
1522
}

0 commit comments

Comments
 (0)