Skip to content

Commit a8b99f7

Browse files
committed
Fix Vite playground warnings
1 parent 0b908f3 commit a8b99f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

playgrounds/vite/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"module": "ESNext",
66
"moduleDetection": "force",
77
"allowJs": true,
8+
"jsx": "react-jsx",
89

910
/* Bundler mode */
1011
"moduleResolution": "Bundler",
@@ -20,6 +21,6 @@
2021
"noFallthroughCasesInSwitch": true,
2122
"forceConsistentCasingInFileNames": true,
2223
},
23-
"include": ["**/*.ts"],
24+
"include": ["**/*.ts", "**/*.tsx"],
2425
"exclude": ["node_modules"],
2526
}

0 commit comments

Comments
 (0)