From a5332bb0cc25d34055121af095ec4b68b807dcbd Mon Sep 17 00:00:00 2001 From: Owen Date: Wed, 27 May 2026 21:28:34 -0700 Subject: [PATCH] Update tsconfig --- tsconfig.enterprise.json | 5 +++-- tsconfig.oss.json | 7 ++++--- tsconfig.saas.json | 7 ++++--- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/tsconfig.enterprise.json b/tsconfig.enterprise.json index fbb502f12..d36481830 100644 --- a/tsconfig.enterprise.json +++ b/tsconfig.enterprise.json @@ -57,9 +57,10 @@ "**/*.ts", "**/*.tsx", "**/*.d.ts", - ".next/types/**/*.ts" + ".next/types/**/*.ts", + ".next/dev/types/**/*.ts" ], "exclude": [ "node_modules" ] -} +} \ No newline at end of file diff --git a/tsconfig.oss.json b/tsconfig.oss.json index cc4f30b61..1f849ab2c 100644 --- a/tsconfig.oss.json +++ b/tsconfig.oss.json @@ -14,7 +14,7 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve", + "jsx": "react-jsx", "incremental": true, "paths": { "@server/*": [ @@ -57,9 +57,10 @@ "**/*.ts", "**/*.tsx", "**/*.d.ts", - ".next/types/**/*.ts" + ".next/types/**/*.ts", + ".next/dev/types/**/*.ts" ], "exclude": [ "node_modules" ] -} +} \ No newline at end of file diff --git a/tsconfig.saas.json b/tsconfig.saas.json index fbb502f12..bc7673fcb 100644 --- a/tsconfig.saas.json +++ b/tsconfig.saas.json @@ -14,7 +14,7 @@ "moduleResolution": "bundler", "resolveJsonModule": true, "isolatedModules": true, - "jsx": "preserve", + "jsx": "react-jsx", "incremental": true, "paths": { "@server/*": [ @@ -57,9 +57,10 @@ "**/*.ts", "**/*.tsx", "**/*.d.ts", - ".next/types/**/*.ts" + ".next/types/**/*.ts", + ".next/dev/types/**/*.ts" ], "exclude": [ "node_modules" ] -} +} \ No newline at end of file