File tree Expand file tree Collapse file tree 2 files changed +9
-13
lines changed
packages/tsconfig/tsconfig Expand file tree Collapse file tree 2 files changed +9
-13
lines changed Original file line number Diff line number Diff line change 2222 "target" : " es2022" ,
2323 "module" : " nodenext" ,
2424 "moduleResolution" : " nodenext" ,
25-
2625 "allowJs" : true ,
26+
2727 "outDir" : " ${configDir}/dist" ,
28+ "jsx" : " preserve" ,
29+ "rewriteRelativeImportExtensions" : true ,
2830 "experimentalDecorators" : true ,
2931 "emitDecoratorMetadata" : true ,
3032 "stripInternal" : true ,
3133 "declaration" : true ,
3234 "declarationMap" : true ,
3335 "inlineSourceMap" : true ,
34- "inlineSources" : true ,
35-
36- "jsx" : " preserve" ,
37-
38- "rewriteRelativeImportExtensions" : true
36+ "inlineSources" : true
3937 }
4038}
Original file line number Diff line number Diff line change 2222 "target" : " es2022" ,
2323 "module" : " nodenext" ,
2424 "moduleResolution" : " nodenext" ,
25-
25+ "verbatimModuleSyntax" : true ,
2626 "allowJs" : true ,
27+
2728 "outDir" : " ${configDir}/dist" ,
28- "verbatimModuleSyntax" : true ,
29+ "jsx" : " preserve" ,
30+ "rewriteRelativeImportExtensions" : true ,
2931 "experimentalDecorators" : true ,
3032 "emitDecoratorMetadata" : true ,
3133 "stripInternal" : true ,
3234 "declaration" : true ,
3335 "declarationMap" : true ,
3436 "inlineSourceMap" : true ,
35- "inlineSources" : true ,
36-
37- "jsx" : " preserve" ,
38-
39- "rewriteRelativeImportExtensions" : true
37+ "inlineSources" : true
4038 }
4139}
You can’t perform that action at this time.
0 commit comments