mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 02:45:24 -05:00
Don't indirect through _namespaces in tsserver/typingsInstaller (#57829)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as ts from "./_namespaces/ts";
|
||||
import * as ts from "../typescript/typescript";
|
||||
import {
|
||||
StartInput,
|
||||
} from "./common";
|
||||
|
||||
Reference in New Issue
Block a user