From 7c24fc4070f2fea0ead030975dab06560091c80e Mon Sep 17 00:00:00 2001 From: denis Date: Tue, 20 Feb 2018 22:45:36 +0100 Subject: [PATCH] Move bootstrap to v3 directory --- types/bootstrap/{ => v3}/bootstrap-tests.ts | 0 types/bootstrap/{ => v3}/index.d.ts | 0 types/bootstrap/{ => v3}/tsconfig.json | 9 +++++++-- types/bootstrap/{ => v3}/tslint.json | 0 types/knockstrap/index.d.ts | 5 ++--- 5 files changed, 9 insertions(+), 5 deletions(-) rename types/bootstrap/{ => v3}/bootstrap-tests.ts (100%) rename types/bootstrap/{ => v3}/index.d.ts (100%) rename types/bootstrap/{ => v3}/tsconfig.json (75%) rename types/bootstrap/{ => v3}/tslint.json (100%) 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;