Remove typeRoots

This commit is contained in:
Leonid Logvinov 2018-01-05 13:39:23 +01:00
parent 78fd942faa
commit f917a4a34a
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4
2 changed files with 1 additions and 6 deletions

View File

@ -8,7 +8,6 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"noImplicitReturns": true, "noImplicitReturns": true,
"pretty": true, "pretty": true,
"strict": true, "strict": true
"typeRoots": ["node_modules/@types", "node_modules/web3-typescript-typings"]
} }
} }

View File

@ -9068,10 +9068,6 @@ typescript@2.4.1:
version "2.4.1" version "2.4.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.4.1.tgz#c3ccb16ddaa0b2314de031e7e6fee89e5ba346bc"
typescript@^2.4.2:
version "2.6.2"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.2.tgz#3c5b6fd7f6de0914269027f03c0946758f7673a4"
typescript@~2.6.1: typescript@~2.6.1:
version "2.6.1" version "2.6.1"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.1.tgz#ef39cdea27abac0b500242d6726ab90e0c846631" resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.6.1.tgz#ef39cdea27abac0b500242d6726ab90e0c846631"