diff --git a/types/bootstrap/bootstrap-tests.ts b/types/bootstrap/v3/bootstrap-tests.ts
similarity index 100%
rename from types/bootstrap/bootstrap-tests.ts
rename to types/bootstrap/v3/bootstrap-tests.ts
diff --git a/types/bootstrap/index.d.ts b/types/bootstrap/v3/index.d.ts
similarity index 100%
rename from types/bootstrap/index.d.ts
rename to types/bootstrap/v3/index.d.ts
diff --git a/types/bootstrap/tsconfig.json b/types/bootstrap/v3/tsconfig.json
similarity index 75%
rename from types/bootstrap/tsconfig.json
rename to types/bootstrap/v3/tsconfig.json
index 536901e8a6..585af4f8b2 100644
--- a/types/bootstrap/tsconfig.json
+++ b/types/bootstrap/v3/tsconfig.json
@@ -9,11 +9,16 @@
"noImplicitThis": true,
"strictNullChecks": false,
"strictFunctionTypes": true,
- "baseUrl": "../",
+ "baseUrl": "../../",
"typeRoots": [
- "../"
+ "../../"
],
"types": [],
+ "paths": {
+ "bootstrap": [
+ "bootstrap/v3"
+ ]
+ },
"noEmit": true,
"forceConsistentCasingInFileNames": true
},
diff --git a/types/bootstrap/tslint.json b/types/bootstrap/v3/tslint.json
similarity index 100%
rename from types/bootstrap/tslint.json
rename to types/bootstrap/v3/tslint.json
diff --git a/types/knockstrap/index.d.ts b/types/knockstrap/index.d.ts
index ae9aee438b..bb6042a4b6 100644
--- a/types/knockstrap/index.d.ts
+++ b/types/knockstrap/index.d.ts
@@ -4,9 +4,8 @@
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.3
-///
-///
-///
+///
+///
interface KnockoutUtils {
uniqueId(prefix: string): string;