mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-22 21:58:02 +00:00
cab6086826
* Use tsconfig references * Adjust * tesconfig.eslint.json * Bumps
12 lines
195 B
JSON
12 lines
195 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"references": [
|
|
{ "path": "../ui-shared" }
|
|
]
|
|
}
|