8000 Fixed 'tsconfig.json' ordering. · jango2015/TypeScript@48c2bb1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 48c2bb1

Browse files
Fixed 'tsconfig.json' ordering.
1 parent fa2e614 commit 48c2bb1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/compiler/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"core.ts",
1212
"sys.ts",
1313
"types.ts",
14+
"diagnosticInformationMap.generated.ts",
1415
"scanner.ts",
1516
"parser.ts",
1617
"utilities.ts",
@@ -19,7 +20,6 @@
1920
"emitter.ts",
2021
"program.ts",
2122
"commandLineParser.ts",
22-
"tsc.ts",
23-
"diagnosticInformationMap.generated.ts"
23+
"tsc.ts"
2424
]
2525
}

0 commit comments

Comments
 (0)
0