Files
pezkuwi-ui/tsconfig.base.json
T
Jaco 45b330aa90 Swap to using defineComponent for Vue (req. 2.7+) (#732)
* Swap to using definedComponent for Vue (req. 2.7+)

* Adjust

* Adjust

* CHANGELOG
2023-03-12 13:29:49 +02:00

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
}
}