File tree Expand file tree Collapse file tree 4 files changed +12
-8
lines changed
convex/src/cli/codegen_templates Expand file tree Collapse file tree 4 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 88 "allowJs" : true ,
99 "strict" : true ,
1010 "moduleResolution" : " Bundler" ,
11+ "jsx" : " react-jsx" ,
12+ "skipLibCheck" : true ,
13+ "allowSyntheticDefaultImports" : true ,
1114
1215 /* These compiler options are required by Convex */
1316 "target" : " ESNext" ,
1417 "lib" : [" ES2021" , " dom" ],
1518 "forceConsistentCasingInFileNames" : true ,
16- "allowSyntheticDefaultImports" : true ,
1719 "module" : " ESNext" ,
1820 "isolatedModules" : true ,
19- "skipLibCheck" : true ,
2021 "noEmit" : true
2122 },
2223 "include" : [" ./**/*" ],
Original file line number Diff line number Diff line change @@ -9,15 +9,16 @@ export function tsconfigCodegen() {
99 "allowJs": true,
1010 "strict": true,
1111 "moduleResolution": "Bundler",
12+ "jsx": "react-jsx",
13+ "skipLibCheck": true,
14+ "allowSyntheticDefaultImports": true,
1215
1316 /* These compiler options are required by Convex */
1417 "target": "ESNext",
1518 "lib": ["ES2021", "dom"],
1619 "forceConsistentCasingInFileNames": true,
17- "allowSyntheticDefaultImports": true,
1820 "module": "ESNext",
1921 "isolatedModules": true,
20- "skipLibCheck": true,
2122 "noEmit": true,
2223 },
2324 "include": ["./**/*"],
Original file line number Diff line number Diff line change 88 "allowJs" : true ,
99 "strict" : true ,
1010 "moduleResolution" : " Bundler" ,
11+ "jsx" : " react-jsx" ,
12+ "skipLibCheck" : true ,
13+ "allowSyntheticDefaultImports" : true ,
1114
1215 /* These compiler options are required by Convex */
1316 "target" : " ESNext" ,
1417 "lib" : [" ES2021" , " dom" ],
1518 "forceConsistentCasingInFileNames" : true ,
16- "allowSyntheticDefaultImports" : true ,
1719 "module" : " ESNext" ,
1820 "isolatedModules" : true ,
19- "skipLibCheck" : true ,
2021 "noEmit" : true
2122 },
2223 "include" : [" ./**/*" ],
Original file line number Diff line number Diff line change 88 "allowJs" : true ,
99 "strict" : true ,
1010 "moduleResolution" : " Bundler" ,
11+ "jsx" : " react-jsx" ,
12+ "skipLibCheck" : true ,
13+ "allowSyntheticDefaultImports" : true ,
1114
1215 /* These compiler options are required by Convex */
1316 "target" : " ESNext" ,
1417 "lib" : [" ES2021" , " dom" ],
1518 "forceConsistentCasingInFileNames" : true ,
16- "allowSyntheticDefaultImports" : true ,
1719 "module" : " ESNext" ,
1820 "isolatedModules" : true ,
19- "skipLibCheck" : true ,
2021 "noEmit" : true
2122 },
2223 "include" : [" ./**/*" ],
You can’t perform that action at this time.
0 commit comments