Skip to content

Commit 8749067

Browse files
committed
docs: minor improvements
1 parent a358637 commit 8749067

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

apps/website/content/docs/getting-started/javascript.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export default defineConfig([
8080
// ...other options
8181
"allowJs": true,
8282
"jsx": "react-jsx",
83-
"jsxImportSource": "react",
8483
"noEmit": true,
8584
},
8685
"include": ["**/*.js", "**/*.jsx"]

apps/website/content/docs/getting-started/typescript.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ export default tseslint.config({
7676
"compilerOptions": {
7777
// ...other options
7878
"jsx": "react-jsx",
79-
"jsxImportSource": "react",
8079
"noEmit": true,
8180
},
8281
"include": ["**/*.ts", "**/*.tsx"]

0 commit comments

Comments
 (0)