Fix the issues preventing to build (#257)

* Lock deps to fix build issues

* Upgrade some of the deps

* Upgrade to the latest polkadot util-crypto and stop reporting issues on the libs

* Remove buggy 'yarn check' and add prettifier check
This commit is contained in:
Chevdor
2020-04-23 19:00:05 +02:00
committed by GitHub
parent 999404d3e2
commit 5b7f1ecbbb
5 changed files with 2254 additions and 3701 deletions
+3 -2
View File
@@ -21,8 +21,9 @@
"strictNullChecks": true,
"suppressImplicitAnyIndexErrors": true,
"resolveJsonModule": true,
"noUnusedParameters": true
"noUnusedParameters": true,
"skipLibCheck": true
},
"exclude": ["node_modules", "build"],
"include": ["src/**/*.ts", "src/**/*.tsx", "./declarations/**/*.d.ts"]
"include": ["src/**/*.ts", "src/**/*.tsx", "declarations/**/*.d.ts"]
}