TypeScript: After moving file into new destination its extensions declare module '../types' {
are not changing path of module being extending
#61639
Labels
Not a Defect
This behavior is one of several equally-correct options
Does this issue occur when all extensions are disabled?: Yes
Version: 1.99.0 (user setup)
Commit: 4437686ffebaf200fa4a6e6e67f735f3edf24ada
Steps to Reproduce:
types.ts
thisFileWillBeMoved.ts
thisFileWillBeMoved.ts
into newly created foldertest
declare module './types' {
are not changing path of module being extending. Must be:The text was updated successfully, but these errors were encountered: