We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b908f3 commit a8b99f7Copy full SHA for a8b99f7
playgrounds/vite/tsconfig.json
@@ -5,6 +5,7 @@
5
"module": "ESNext",
6
"moduleDetection": "force",
7
"allowJs": true,
8
+ "jsx": "react-jsx",
9
10
/* Bundler mode */
11
"moduleResolution": "Bundler",
@@ -20,6 +21,6 @@
20
21
"noFallthroughCasesInSwitch": true,
22
"forceConsistentCasingInFileNames": true,
23
},
- "include": ["**/*.ts"],
24
+ "include": ["**/*.ts", "**/*.tsx"],
25
"exclude": ["node_modules"],
26
}
0 commit comments