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:
@@ -86,8 +86,8 @@ import {
|
||||
WatchCompilerHost,
|
||||
WatchOfConfigFile,
|
||||
WatchOptions,
|
||||
} from "./_namespaces/ts";
|
||||
import * as performance from "./performance";
|
||||
} from "./_namespaces/ts.js";
|
||||
import * as performance from "./performance.js";
|
||||
|
||||
interface Statistic {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user