@axerunners/insight-ui
Version:
An open-source frontend for the Insight API. The Insight API provides you with a convenient, powerful and simple way to query and broadcast data on the Axe network and build your own services with it.
14 lines (13 loc) • 449 B
JSON
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": ".",
"baseUrl": ".",
"paths": {
"@uirouter/core": ["src/includes/@uirouter/core/src"],
"@uirouter/core/lib/globals": ["src/includes/@uirouter/core/src/globals"],
"@uirouter/core/lib/state/stateRegistry": ["src/includes/@uirouter/core/src/state/stateRegistry"],
"@uirouter/core/lib/router": ["src/includes/@uirouter/core/src/router"]
}
}
}