Don't indirect through _namespaces in tsserver/typingsInstaller (#57829)

This commit is contained in:
Jake Bailey
2024-03-20 16:41:05 -07:00
committed by GitHub
parent 7d504551ae
commit dc113f8170
6 changed files with 6 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
import * as ts from "./_namespaces/ts";
import * as ts from "../typescript/typescript";
import {
StartInput,
} from "./common";