Skip to content

Commit 3b9e935

Browse files
Move typings folder to root
1 parent 65fc99b commit 3b9e935

File tree

10 files changed

+2
-2
lines changed

10 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.

src/typings/ref.d.ts renamed to typings/ref.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
/// <reference path='../../node_modules/vscode/typings/index.d.ts'/>
7-
/// <reference path='../../node_modules/vscode/typings/glob.d.ts'/>
6+
/// <reference path='../node_modules/vscode/typings/index.d.ts'/>
7+
/// <reference path='../node_modules/vscode/typings/glob.d.ts'/>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)