Skip to content

Commit a044b2d

Browse files
committed
tsconfig update after Next 16 bump
1 parent 198eb44 commit a044b2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/frontend/tsconfig.build.json

Lines changed: 2 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
"allowArbitraryExtensions": true,
1717
"plugins": [
@@ -25,7 +25,7 @@
2525
"@infinum/ui/*": ["../../packages/ui/src/*"]
2626
}
2727
},
28-
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
28+
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", ".next/dev/types/**/*.ts"],
2929
"exclude": [
3030
"node_modules",
3131
"**/*.test.ts",

0 commit comments

Comments
 (0)