Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Dec 10, 2024
1 parent 10c99a1 commit f2138ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"include": ["env.d.ts", "**/*.ts", "**/*.tsx", "**/**/.server/**/*.ts", ".react-router/types/**/*"],
"compilerOptions": {
"types": ["vitest/globals", "@vitest/browser/providers/playwright", "@vitest/coverage-v8"],
"types": ["vitest/globals", "@vitest/browser/providers/playwright"],
"lib": ["DOM", "DOM.Iterable", "ES2023"],
"isolatedModules": true,
"esModuleInterop": true,
Expand Down

0 comments on commit f2138ce

Please sign in to comment.