mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
0310baa9ee
* Bump dev * Adjust dev/node/test/node.d.ts imports * Node resolution * Revert dev/node/test/node.d.ts import
23 lines
993 B
JSON
23 lines
993 B
JSON
{
|
|
"extends": "@polkadot/dev/config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
/* FIXME The default nodenext resolution is problematic with vue2 */
|
|
"moduleResolution": "node",
|
|
"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
|
|
}
|
|
}
|