mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-28 17:35:49 +08:00
Change relative reference paths to types references. Errors incoming...
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/// <reference path="../jquery/jquery.d.ts"/>
|
||||
/// <reference types="jquery"/>
|
||||
|
||||
import * as Backbone from 'backbone';
|
||||
|
||||
|
||||
2
backbone.layoutmanager/index.d.ts
vendored
2
backbone.layoutmanager/index.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: He Jiang <https://github.com/hejiang2000/>
|
||||
// Definitions: https://github.com/hejiang2000/DefinitelyTyped
|
||||
|
||||
/// <reference path="../jquery/jquery.d.ts" />
|
||||
/// <reference types="jquery" />
|
||||
|
||||
import * as Backbone from 'backbone';
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../",
|
||||
"typesRoot": "../"
|
||||
"typesSearchPaths": ["../"]
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user