* Add api-augmentation for assetHub * Add lookup types * lint * Reorder packages * Fix build errors * Rebuild types with master
24 lines
590 B
JSON
24 lines
590 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"exclude": [
|
|
"**/*.spec.ts",
|
|
"**/mod.ts",
|
|
"**/assetHubKusama/*.ts",
|
|
"**/assetHubPolkadot/*.ts",
|
|
"**/kusama/*.ts",
|
|
"**/polkadot/*.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../api-base/tsconfig.build.json" },
|
|
{ "path": "../rpc-augment/tsconfig.build.json" },
|
|
{ "path": "../types/tsconfig.build.json" },
|
|
{ "path": "../types-codec/tsconfig.build.json" },
|
|
{ "path": "../types-augment/tsconfig.build.json" }
|
|
]
|
|
}
|