20 lines
348 B
JSON
20 lines
348 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "build",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["./index.ts"],
|
|
"references": [
|
|
{
|
|
"path": "../../../api"
|
|
},
|
|
{
|
|
"path": "../../../experimental/packages/api-logs"
|
|
},
|
|
{
|
|
"path": "../../../experimental/packages/sdk-logs"
|
|
}
|
|
]
|
|
}
|