diff --git a/types/lunr/index.d.ts b/types/lunr/v0/index.d.ts similarity index 100% rename from types/lunr/index.d.ts rename to types/lunr/v0/index.d.ts diff --git a/types/lunr/lunr-tests.ts b/types/lunr/v0/lunr-tests.ts similarity index 100% rename from types/lunr/lunr-tests.ts rename to types/lunr/v0/lunr-tests.ts diff --git a/types/lunr/tsconfig.json b/types/lunr/v0/tsconfig.json similarity index 78% rename from types/lunr/tsconfig.json rename to types/lunr/v0/tsconfig.json index 608f88b0b2..37f937893d 100644 --- a/types/lunr/tsconfig.json +++ b/types/lunr/v0/tsconfig.json @@ -7,10 +7,13 @@ "noImplicitAny": true, "noImplicitThis": false, "strictNullChecks": false, - "baseUrl": "../", + "baseUrl": "../../", "typeRoots": [ - "../" + "../../" ], + "paths": { + "lunr": ["lunr/v0"] + }, "types": [], "noEmit": true, "forceConsistentCasingInFileNames": true