Skip to content

Commit 95195d5

Browse files
committed
fix(web): vitest globals not being registered by typescript
1 parent f00904a commit 95195d5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apps/web/components/tsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
{
2+
"extends": "../tsconfig.json",
3+
"include": [
4+
"**/*.ts",
5+
"**/*.tsx",
6+
],
27
"compilerOptions": {
38
"jsx": "react-jsx"
49
}

0 commit comments

Comments
 (0)