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

12 lines
215 B
JSON

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