Files
pezkuwi-ui/packages/reactnative-identicon/tsconfig.build.json
T

14 lines
225 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "..",
"outDir": "./build",
"rootDir": "./src"
},
"references": [
{
"path": "../ui-shared/tsconfig.build.json"
}
]
}