mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-15 04:43:37 -05:00
fix file extension (#35825)
This commit is contained in:
committed by
Daniel Rosenwasser
parent
6c413e0bbb
commit
a4e794d872
@@ -37,7 +37,7 @@ namespace ts {
|
||||
|
||||
showTSConfigCorrectly("Default initialized TSConfig", ["--showConfig"]);
|
||||
|
||||
showTSConfigCorrectly("Show TSConfig with files options", ["--showConfig", "file0.st", "file1.ts", "file2.ts"]);
|
||||
showTSConfigCorrectly("Show TSConfig with files options", ["--showConfig", "file0.ts", "file1.ts", "file2.ts"]);
|
||||
|
||||
showTSConfigCorrectly("Show TSConfig with boolean value compiler options", ["--showConfig", "--noUnusedLocals"]);
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {},
|
||||
"files": [
|
||||
"./file0.st",
|
||||
"./file0.ts",
|
||||
"./file1.ts",
|
||||
"./file2.ts"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user