mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
86281dca3a
* Align tsconfig to allow moduleResolution: nodenext * Adjust * Default target flag
21 lines
888 B
JSON
21 lines
888 B
JSON
{
|
|
"extends": "@polkadot/dev/config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"paths": {
|
|
"@polkadot/react-identicon": ["react-identicon/src/index.ts"],
|
|
"@polkadot/react-qr": ["react-qr/src/index.ts"],
|
|
"@polkadot/reactnative-identicon": ["reactnative-identicon/src/index.ts"],
|
|
"@polkadot/ui-keyring": ["ui-keyring/src/index.ts"],
|
|
"@polkadot/ui-settings": ["ui-settings/src/index.ts"],
|
|
"@polkadot/ui-settings/packageInfo": ["ui-settings/src/packageInfo.ts"],
|
|
"@polkadot/ui-settings/types": ["ui-settings/src/types.ts"],
|
|
"@polkadot/ui-shared": ["ui-shared/src/index.ts"],
|
|
"@polkadot/ui-shared/icons/*": ["ui-shared/src/icons/*.ts"],
|
|
"@polkadot/ui-shared/packageInfo": ["ui-shared/src/packageInfo.ts"],
|
|
"@polkadot/vue-identicon": ["vue-identicon/src/index.ts"],
|
|
},
|
|
"skipLibCheck": true
|
|
}
|
|
}
|