Skip to content

Commit 4f0db39

Browse files
committed
chore: enable stableTypeOrdering for future TypeScript support
1 parent 45d8afe commit 4f0db39

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tsconfig.base.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"importHelpers": true,
1111
"experimentalDecorators": true,
1212
"emitDecoratorMetadata": true,
13+
"forceConsistentCasingInFileNames": true,
1314
"isolatedDeclarations": true,
1415
"isolatedModules": true,
1516
"noImplicitReturns": true,
@@ -21,6 +22,7 @@
2122
"noEmitOnError": true,
2223
"skipLibCheck": true,
2324
"preserveConstEnums": true,
25+
"stableTypeOrdering": true,
2426
"stripInternal": true,
2527
"strict": true,
2628
"verbatimModuleSyntax": true

0 commit comments

Comments
 (0)