Add dummy package to fix build (#3)

This commit is contained in:
Jaco Greeff
2020-10-12 12:36:14 +02:00
committed by GitHub
parent d3748d0e0c
commit cd63585170
7 changed files with 720 additions and 7446 deletions
+5 -2
View File
@@ -1,12 +1,15 @@
{
"extends": "@polkadot/dev/config/tsconfig",
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
"exclude": [
"build/**/*",
"**/build/**/*"
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"paths":
{
"@polkadot/phishing": ["packages/phishing/src"],
"@polkadot/phishing/*": ["packages/phishing/src/*"]
},
"skipLibCheck": true,
"typeRoots": [