Move bootstrap to v3 directory

This commit is contained in:
denis
2018-02-20 22:45:36 +01:00
parent 39d94c080d
commit 7c24fc4070
5 changed files with 9 additions and 5 deletions

View File

@@ -9,11 +9,16 @@
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
"baseUrl": "../",
"baseUrl": "../../",
"typeRoots": [
"../"
"../../"
],
"types": [],
"paths": {
"bootstrap": [
"bootstrap/v3"
]
},
"noEmit": true,
"forceConsistentCasingInFileNames": true
},

View File

@@ -4,9 +4,8 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
///<reference types="jquery" />
///<reference types="bootstrap" />
///<reference types="knockout" />
/// <reference types="jquery" />
/// <reference types="knockout" />
interface KnockoutUtils {
uniqueId(prefix: string): string;