Skip to content

Commit add5b2f

Browse files
Claudehotlong
andauthored
fix: add jsx and lib config to i18n tsconfig for React compilation
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/4ad2b7d5-af2f-41e8-a52b-cde7fee4689c Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent c125f69 commit add5b2f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/i18n/tsconfig.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
"rootDir": "src",
66
"noEmit": false,
77
"declaration": true,
8-
"composite": true
8+
"composite": true,
9+
"jsx": "react-jsx",
10+
"lib": ["ES2020", "DOM"]
911
},
1012
"include": ["src"],
1113
"exclude": ["src/**/*.test.ts", "src/**/*.test.tsx"]

0 commit comments

Comments
 (0)