Skip to content

Commit 8059791

Browse files
authoredJul 13, 2024
feat: add isolatedDeclarations into the order array (#537)
1 parent 80d842a commit 8059791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

Diff for: ‎src/configs/sort.ts

+1
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,7 @@ export function sortTsconfig(): TypedFlatConfigItem[] {
224224
'allowSyntheticDefaultImports',
225225
'esModuleInterop',
226226
'forceConsistentCasingInFileNames',
227+
'isolatedDeclarations',
227228
'isolatedModules',
228229
'preserveSymlinks',
229230
'verbatimModuleSyntax',

0 commit comments

Comments
 (0)