UNPKG

@moonbeam-network/api-augment

Version:
17 lines (16 loc) 535 B
{ "extends": "../../tsconfig.base.json", "compilerOptions": { "rootDir": ".", "baseUrl": "./", "outDir": "../../dist/moonbeam", "declarationDir": "../../dist/moonbeam", "declarationMap": true, "paths": { "@moonbeam-network/api-augment/*": ["src/moonbeam/*"], "@polkadot/api/augment": ["src/moonbeam/interfaces/augment-api.ts"], "@polkadot/types/augment": ["src/moonbeam/interfaces/augment-types.ts"], "@polkadot/types/lookup": ["src/moonbeam/interfaces/types-lookup.ts"] } } }