Files
pezkuwi-ui/tsconfig.base.json
T
Jaco 86281dca3a Align tsconfig to allow moduleResolution: nodenext (#728)
* Align tsconfig to allow moduleResolution: nodenext

* Adjust

* Default target flag
2023-03-09 16:53:32 +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
}
}