mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-12 22:36:10 +08:00
Move bootstrap to v3 directory
This commit is contained in:
@@ -9,11 +9,16 @@
|
||||
"noImplicitThis": true,
|
||||
"strictNullChecks": false,
|
||||
"strictFunctionTypes": true,
|
||||
"baseUrl": "../",
|
||||
"baseUrl": "../../",
|
||||
"typeRoots": [
|
||||
"../"
|
||||
"../../"
|
||||
],
|
||||
"types": [],
|
||||
"paths": {
|
||||
"bootstrap": [
|
||||
"bootstrap/v3"
|
||||
]
|
||||
},
|
||||
"noEmit": true,
|
||||
"forceConsistentCasingInFileNames": true
|
||||
},
|
||||
5
types/knockstrap/index.d.ts
vendored
5
types/knockstrap/index.d.ts
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user