Move exising definition for lunr.js 0.5.4 to lunr/v0

This commit is contained in:
Sean Tan
2017-09-13 09:52:29 +08:00
parent 7b26943522
commit 32d6a213fb
3 changed files with 5 additions and 2 deletions
@@ -7,10 +7,13 @@
"noImplicitAny": true,
"noImplicitThis": false,
"strictNullChecks": false,
"baseUrl": "../",
"baseUrl": "../../",
"typeRoots": [
"../"
"../../"
],
"paths": {
"lunr": ["lunr/v0"]
},
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true