14 lines
211 B
JSON
14 lines
211 B
JSON
|
|
{
|
||
|
|
"extends": "../../../tsconfig.base.json",
|
||
|
|
"compilerOptions": {
|
||
|
|
"rootDir": "src",
|
||
|
|
"outDir": "lib/types"
|
||
|
|
},
|
||
|
|
"include": [
|
||
|
|
"src"
|
||
|
|
],
|
||
|
|
"references": [
|
||
|
|
{ "path": "../../util/brand" }
|
||
|
|
]
|
||
|
|
}
|