mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
Use tsconfig references (#561)
* Use tsconfig references * Adjust * tesconfig.eslint.json * Bumps
This commit is contained in:
+4
-4
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"extends": "@polkadot/dev/config/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"paths": {
|
||||
"compilerOptions": {
|
||||
"composite": true,
|
||||
"paths": {
|
||||
"@polkadot/react-identicon": [ "react-identicon/src" ],
|
||||
"@polkadot/react-identicon/*": [ "react-identicon/src/*" ],
|
||||
"@polkadot/react-qr": [ "react-qr/src" ],
|
||||
@@ -25,5 +25,5 @@
|
||||
"./node_modules/@polkadot/ts",
|
||||
"./node_modules/@types"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user