@types/bull: fix typeRoots and baseUrl for v2

This commit is contained in:
marshall007
2017-06-06 14:43:09 -05:00
parent 6845530269
commit 0ccd259f04
2 changed files with 5 additions and 13 deletions

View File

@@ -1,16 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"lib": [ "es6" ],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"typeRoots": [ "../" ],
"types": [],
"noEmit": true,
"forceConsistentCasingInFileNames": true

View File

@@ -1,16 +1,12 @@
{
"compilerOptions": {
"module": "commonjs",
"lib": [
"es6"
],
"lib": [ "es6" ],
"noImplicitAny": true,
"noImplicitThis": true,
"strictNullChecks": false,
"baseUrl": "../",
"typeRoots": [
"../"
],
"baseUrl": "../../",
"typeRoots": [ "../../" ],
"types": [],
"paths": {
"bull": [ "bull/v2" ],