Skip to content

Commit 99470cc

Browse files
authored
feat: add ts 5.8 flags for tsconfig sorting (#694)
1 parent 898828d commit 99470cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: src/configs/sort.ts

+2
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ export function sortTsconfig(): TypedFlatConfigItem[] {
154154
'useDefineForClassFields',
155155
'emitDecoratorMetadata',
156156
'experimentalDecorators',
157+
'libReplacement',
157158
/* Modules */
158159
'baseUrl',
159160
'rootDir',
@@ -228,6 +229,7 @@ export function sortTsconfig(): TypedFlatConfigItem[] {
228229
'isolatedModules',
229230
'preserveSymlinks',
230231
'verbatimModuleSyntax',
232+
'erasableSyntaxOnly',
231233
/* Completeness */
232234
'skipDefaultLibCheck',
233235
'skipLibCheck',

0 commit comments

Comments
 (0)