We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4a623 commit 9e12146Copy full SHA for 9e12146
jsonrpc/src/main.ts
@@ -2,7 +2,7 @@
2
* Copyright (c) Microsoft Corporation. All rights reserved.
3
* Licensed under the MIT License. See License.txt in the project root for license information.
4
* ------------------------------------------------------------------------------------------ */
5
-/// <reference path="./thenable.d.ts" />
+/// <reference path="../typings/thenable.d.ts" />
6
'use strict';
7
8
import * as Is from './is';
jsonrpc/src/thenable.d.ts renamed to jsonrpc/typings/thenable.d.ts
0 commit comments