Skip to content

Commit 59c2035

Browse files
committed
more
1 parent 07d57d8 commit 59c2035

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/tsoptions/tsconfigparsing.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,6 @@ func getFileNamesFromConfigSpecs(
16061606
host vfs.FS,
16071607
extraFileExtensions []FileExtensionInfo,
16081608
) ([]string, int) {
1609-
extraFileExtensions = []FileExtensionInfo{}
16101609
basePath = tspath.NormalizePath(basePath)
16111610
keyMappper := func(value string) string { return tspath.GetCanonicalFileName(value, host.UseCaseSensitiveFileNames()) }
16121611
// Literal file names (provided via the "files" array in tsconfig.json) are stored in a

0 commit comments

Comments
 (0)