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