mirror of
https://github.com/pezkuwichain/pezkuwi-ui.git
synced 2026-04-21 23:47:58 +00:00
13 lines
269 B
JSON
13 lines
269 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "..",
|
|
"outDir": "./build",
|
|
"rootDir": "./src"
|
|
},
|
|
"references": [
|
|
{ "path": "../ui-shared/tsconfig.build.json" },
|
|
{ "path": "../ui-settings/tsconfig.build.json" }
|
|
]
|
|
}
|