Skip to content

Commit a7234ac

Browse files
committed
chore: update tsconfig starter-example
1 parent a550a85 commit a7234ac

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dashboard/starter-example/tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"moduleResolution": "bundler",
1212
"resolveJsonModule": true,
1313
"isolatedModules": true,
14-
"jsx": "preserve",
14+
"jsx": "react-jsx",
1515
"incremental": true,
1616
"plugins": [
1717
{
@@ -29,7 +29,8 @@
2929
"**/*.tsx",
3030
".next/types/**/*.ts",
3131
"app/lib/placeholder-data.ts",
32-
"scripts/seed.js"
32+
"scripts/seed.js",
33+
".next/dev/types/**/*.ts"
3334
],
3435
"exclude": ["node_modules"]
3536
}

0 commit comments

Comments
 (0)