We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d57d8 commit 59c2035Copy full SHA for 59c2035
internal/tsoptions/tsconfigparsing.go
@@ -1606,7 +1606,6 @@ func getFileNamesFromConfigSpecs(
1606
host vfs.FS,
1607
extraFileExtensions []FileExtensionInfo,
1608
) ([]string, int) {
1609
- extraFileExtensions = []FileExtensionInfo{}
1610
basePath = tspath.NormalizePath(basePath)
1611
keyMappper := func(value string) string { return tspath.GetCanonicalFileName(value, host.UseCaseSensitiveFileNames()) }
1612
// Literal file names (provided via the "files" array in tsconfig.json) are stored in a
0 commit comments