mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 02:08:03 +00:00
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../react-identicon/tsconfig.build.json"
|
|
},
|
|
{
|
|
"path": "../ui-keyring/tsconfig.build.json"
|
|
}
|
|
]
|
|
}
|