Skip to content

Commit a8efb37

Browse files
committed
chore(ts): update tsconfig
1 parent 2769e4e commit a8efb37

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tsconfig.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"resolveJsonModule": true,
1414
"isolatedModules": true,
1515
"erasableSyntaxOnly": true,
16-
"jsx": "preserve",
16+
"jsx": "react-jsx",
1717
"incremental": true,
1818
"plugins": [
1919
{
@@ -26,7 +26,8 @@
2626
"**/*.ts",
2727
"**/*.tsx",
2828
".next/types/**/*.ts",
29-
"env.ts"
29+
"env.ts",
30+
".next/dev/types/**/*.ts"
3031
],
3132
"exclude": ["node_modules"]
3233
}

0 commit comments

Comments
 (0)