Skip to content

Commit b88cea4

Browse files
committed
chore: sort configs
1 parent 3bc4a9d commit b88cea4

File tree

2 files changed

+9
-13
lines changed

2 files changed

+9
-13
lines changed

packages/tsconfig/tsconfig/cjs.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,17 @@
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
}

packages/tsconfig/tsconfig/esm.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,20 +22,18 @@
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
}

0 commit comments

Comments
 (0)