summaryrefslogtreecommitdiff
path: root/cli/tsc/compiler.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tsc/compiler.d.ts')
-rw-r--r--cli/tsc/compiler.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/compiler.d.ts b/cli/tsc/compiler.d.ts
index 62a1bbdd2..47910bbad 100644
--- a/cli/tsc/compiler.d.ts
+++ b/cli/tsc/compiler.d.ts
@@ -2,7 +2,7 @@
// Contains types that can be used to validate and check `99_main_compiler.js`
-import * as _ts from "../dts/typescript";
+import * as _ts from "./dts/typescript";
declare global {
namespace ts {