We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a358637 commit 8749067Copy full SHA for 8749067
apps/website/content/docs/getting-started/javascript.mdx
@@ -80,7 +80,6 @@ export default defineConfig([
80
// ...other options
81
"allowJs": true,
82
"jsx": "react-jsx",
83
- "jsxImportSource": "react",
84
"noEmit": true,
85
},
86
"include": ["**/*.js", "**/*.jsx"]
apps/website/content/docs/getting-started/typescript.mdx
@@ -76,7 +76,6 @@ export default tseslint.config({
76
"compilerOptions": {
77
78
79
"include": ["**/*.ts", "**/*.tsx"]
0 commit comments