Change relative reference paths to types references. Errors incoming...

This commit is contained in:
Ryan Cavanaugh 2016-05-09 18:06:27 -07:00
parent 49b1ac6a38
commit 50387d4046
3127 changed files with 3480 additions and 3432 deletions

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Bart van der Schoor <https://github.com/Bartvds>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../node/node.d.ts" />
/// <reference types="node" />

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Dan Marshall <https://github.com/danmarshall>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../three/three.d.ts" />
/// <reference types="three" />
declare namespace THREE {
var CSG: {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Basarat Ali Syed <https://github.com/basarat>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../node/node.d.ts"/>
/// <reference types="node"/>
declare namespace NodeJS {
export module _debugger {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -1,4 +1,4 @@
/// <reference path="../jquery/jquery.d.ts"/>
/// <reference types="jquery"/>
/// <reference path="acc-wizard.d.ts" />
/**

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -9,6 +9,6 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
}
}

4
acl/index.d.ts vendored
View File

@ -3,8 +3,8 @@
// Definitions by: Qubo <https://github.com/tkQubo>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../bluebird/bluebird.d.ts" />
/// <reference path='../node/node.d.ts'/>
/// <reference types="bluebird" />
/// <reference types="node"/>
import http = require('http');
import Promise = require("bluebird");

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -1,4 +1,4 @@
/// <reference path="../estree/estree.d.ts" />
/// <reference types="estree" />
import acorn = require('acorn');

2
acorn/index.d.ts vendored
View File

@ -3,7 +3,7 @@
// Definitions by: RReverser <https://github.com/RReverser>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../estree/estree.d.ts" />
/// <reference types="estree" />
export as namespace acorn;
export = acorn;

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -4,7 +4,7 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="adal.d.ts" />
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace adal {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

2
adm-zip/index.d.ts vendored
View File

@ -3,7 +3,7 @@
// Definitions by: John Vilk <https://github.com/jvilk>, Abner Oliveira <https://github.com/abner>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../node/node.d.ts" />
/// <reference types="node" />
declare class AdmZip {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -9,6 +9,6 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
}
}

2
agenda/index.d.ts vendored
View File

@ -3,7 +3,7 @@
// Definitions by: Meir Gottlieb <https://github.com/meirgottlieb>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path='../node/node.d.ts' />
/// <reference types="node" />
import {EventEmitter} from "events";
import {Db, Collection, ObjectID} from "mongodb";

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

2
alt/index.d.ts vendored
View File

@ -3,7 +3,7 @@
// Definitions by: Michael Shearer <https://github.com/Shearerbeard>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
///<reference path="../react/react.d.ts"/>
///<reference types="react"/>
declare namespace AltJS {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -1,5 +1,5 @@
/// <reference path="../node/node.d.ts"/>
/// <reference types="node"/>
import amazon = require('amazon-product-api');

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": false,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts"

View File

@ -1,5 +1,5 @@
/// <reference path="amplify-deferred.d.ts" />
/// <reference path="../jquery/jquery.d.ts" />
/// <reference types="jquery" />
// Copied examples directly from AmplifyJs site

View File

@ -3,7 +3,7 @@
// Definitions by: Jonas Eriksson <https://github.com/joeriks/>, Laurentiu Stamate <https://github.com/laurentiustamate94>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
/// <reference types="jquery" />
interface amplifyRequestSettings {
resourceId: string;

View File

@ -5,7 +5,7 @@
"noImplicitAny": false,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -1,5 +1,5 @@
/// <reference path="amplifyjs.d.ts" />
/// <reference path="../jquery/jquery.d.ts" />
/// <reference types="jquery" />
// Copied examples directly from AmplifyJs site

2
amplify/index.d.ts vendored
View File

@ -3,7 +3,7 @@
// Definitions by: Jonas Eriksson <https://github.com/joeriks/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../jquery/jquery.d.ts" />
/// <reference types="jquery" />
interface amplifyRequestSettings {
resourceId: string;

View File

@ -5,7 +5,7 @@
"noImplicitAny": false,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

2
amqp-rpc/index.d.ts vendored
View File

@ -3,7 +3,7 @@
// Definitions by: Wonshik Kim <https://github.com/wokim/>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../node/node.d.ts" />
/// <reference types="node" />

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

4
amqplib/index.d.ts vendored
View File

@ -3,8 +3,8 @@
// Definitions by: Michael Nahkies <https://github.com/mnahkies>, Ab Reitsma <https://github.com/abreits>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../when/when.d.ts" />
/// <reference path="../node/node.d.ts" />
/// <reference types="when" />
/// <reference types="node" />
declare module "amqplib/properties" {
namespace Replies {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Roland Zwaga <https://github.com/rolandzwaga>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace aa {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -1,5 +1,5 @@
///<reference path='index.d.ts'/>
///<reference path='../angularjs/angularjs.d.ts'/>
///<reference types="angularjs"/>
var myApp = angular.module('testModule');

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Marc Talary <https://github.com/marctalary>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angular-ui-router/angular-ui-router.d.ts" />
/// <reference types="angular-ui-router" />
declare namespace angular.ui {
export interface IState {
ncyBreadcrumb?: {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts"

View File

@ -3,7 +3,7 @@
// Definitions by: Borislav Zhivkov <https://github.com/borislavjivkov>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.cookie {
interface CookieService {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,8 +3,8 @@
// Definitions by: William Comartin <https://github.com/wcomartin>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts"/>
/// <reference path="../angular-ui-bootstrap/angular-ui-bootstrap.d.ts"/>
/// <reference types="angularjs"/>
/// <reference types="angular-ui-bootstrap"/>
declare namespace angular.dialogservice {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Stephen Lautier <https://github.com/stephenlautier>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare module "angular-dynamic-locale" {
import ng = angular.dynamicLocale;

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,6 +3,6 @@
// Definitions by: John Reilly <https://github.com/johnnyreilly>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../ng-file-upload/ng-file-upload.d.ts" />
/// <reference types="ng-file-upload" />
// THIS FILE WILL REMOVE IF angular-file-upload.d.ts incoming.

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts"

View File

@ -3,7 +3,7 @@
// Definitions by: Scott Hatcher <https://github.com/scatcher>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare module 'AngularFormly' {
export = AngularFormly;

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -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 {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Ákos Lukács <https://github.com/AkosLukacs>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.gettext {
interface gettextCatalog {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Cyril Schumacher <https://github.com/cyrilschumacher>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.google.analytics {
/**

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Tadeusz Hucal <https://github.com/mkp05>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.growl {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -1,4 +1,4 @@
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
/// <reference path="angular-hotkeys.d.ts" />
var scope: ng.IScope;

View File

@ -3,7 +3,7 @@
// Definitions by: Jason Zhao <https://github.com/jlz27>, Stefan Steinhart <https://github.com/reppners>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.hotkeys {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: vvakame <https://github.com/vvakame>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.httpAuth {
interface IAuthService {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Andrew Camilleri <https://github.com/Kukks>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace Httpi {
export interface HttpiPayload extends ng.IRequestShortcutConfig {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: mthamil <https://github.com/mthamil>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.idle {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -1,4 +1,4 @@
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
/// <reference path="angular-jwt.d.ts" />
var app = angular.module("angular-jwt-tests", ["angular-jwt"]);

View File

@ -3,7 +3,7 @@
// Definitions by: Reto Rezzonico <https://github.com/rerezz>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.jwt {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: david-gang <https://github.com/david-gang>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.load {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Stephen Lautier <https://github.com/stephenlautier>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Ken Fukuyama <https://github.com/kenfdev>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.local.storage {
interface ILocalStorageServiceProvider extends angular.IServiceProvider {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,8 +3,8 @@
// Definitions by: Stefan Steinhart <https://github.com/reppners>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../localForage/localForage.d.ts" />
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="localForage" />
/// <reference types="angularjs" />
declare namespace angular.localForage {

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Niko Kovačič <https://github.com/nkovacic>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare module "angular-locker" {
var _: string;

View File

@ -5,7 +5,7 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
},
"files": [
"index.d.ts",

View File

@ -3,7 +3,7 @@
// Definitions by: Matt Traynham <https://github.com/mtraynham>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.material {
interface MDBottomSheetOptions {

View File

@ -3,7 +3,7 @@
// Definitions by: Matt Traynham <https://github.com/mtraynham>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.material {
interface MDBottomSheetOptions {

View File

@ -3,7 +3,7 @@
// Definitions by: Matt Traynham <https://github.com/mtraynham>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../angularjs/angularjs.d.ts" />
/// <reference types="angularjs" />
declare namespace angular.material {
interface IBottomSheetOptions {

View File

@ -9,6 +9,6 @@
"noImplicitAny": true,
"strictNullChecks": false,
"baseUrl": "../",
"typesRoot": "../"
"typesSearchPaths": ["../"]
}
}

Some files were not shown because too many files have changed in this diff Show More