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

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

View File

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