mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
Use explicit extensions for imports within src (#58421)
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ import {
|
||||
WatchFileKind,
|
||||
WatchOptions,
|
||||
writeFileEnsuringDirectories,
|
||||
} from "./_namespaces/ts";
|
||||
} from "./_namespaces/ts.js";
|
||||
|
||||
declare function setTimeout(handler: (...args: any[]) => void, timeout: number): any;
|
||||
declare function clearTimeout(handle: any): void;
|
||||
|
||||
Reference in New Issue
Block a user