Skip to content

Commit 8bcad28

Browse files
refactor: update tsconfig.json to include vitest/globals types and enable emit
1 parent e80d770 commit 8bcad28

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tsconfig.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
}
1313
],
1414
"compilerOptions": {
15-
"types": ["@vitest/browser/providers/playwright"]
16-
}
15+
"types": ["vitest/globals"],
16+
"noEmit": false
17+
},
18+
"include": ["./tests/setupTest.ts"]
1719
}

0 commit comments

Comments
 (0)