19 lines
307 B
JSON
19 lines
307 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"outDir": "dist",
|
|
"rootDir": "src",
|
|
"module": "CommonJS"
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../../packages/sync-protocol"
|
|
}
|
|
],
|
|
"include": [
|
|
"src/**/*.ts"
|
|
]
|
|
}
|