mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-26 06:05:54 +08:00
Change relative reference paths to types references. Errors incoming...
This commit is contained in:
2
angular-fullscreen/index.d.ts
vendored
2
angular-fullscreen/index.d.ts
vendored
@@ -3,7 +3,7 @@
|
||||
// Definitions by: Julien Paroche <https://github.com/julienpa>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/angular-fullscreen
|
||||
|
||||
/// <reference path="../angularjs/angularjs.d.ts" />
|
||||
/// <reference types="angularjs" />
|
||||
|
||||
declare namespace angular.fullscreen {
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
"noImplicitAny": true,
|
||||
"strictNullChecks": false,
|
||||
"baseUrl": "../",
|
||||
"typesRoot": "../"
|
||||
"typesSearchPaths": ["../"]
|
||||
},
|
||||
"files": [
|
||||
"index.d.ts",
|
||||
|
||||
Reference in New Issue
Block a user