Initial add from apps

This commit is contained in:
Jaco Greeff
2018-12-05 11:35:28 +01:00
commit 21c47a7d3a
79 changed files with 15785 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"extends": "./node_modules/@polkadot/dev/config/tsconfig",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@polkadot/ui-identicon/*": [ "packages/ui-identicon/src/*" ],
"@polkadot/ui-keyring/*": [ "packages/ui-keyring/src/*" ],
"@polkadot/ui-settings/*": [ "packages/ui-settings/src/*" ]
},
"typeRoots": [
"./node_modules/@polkadot/ts",
"./node_modules/@types"
]
}
}