We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898828d commit 99470ccCopy full SHA for 99470cc
src/configs/sort.ts
@@ -154,6 +154,7 @@ export function sortTsconfig(): TypedFlatConfigItem[] {
154
'useDefineForClassFields',
155
'emitDecoratorMetadata',
156
'experimentalDecorators',
157
+ 'libReplacement',
158
/* Modules */
159
'baseUrl',
160
'rootDir',
@@ -228,6 +229,7 @@ export function sortTsconfig(): TypedFlatConfigItem[] {
228
229
'isolatedModules',
230
'preserveSymlinks',
231
'verbatimModuleSyntax',
232
+ 'erasableSyntaxOnly',
233
/* Completeness */
234
'skipDefaultLibCheck',
235
'skipLibCheck',
0 commit comments