18 lines
314 B
JSON
18 lines
314 B
JSON
|
{
|
||
|
"extends": "../../config/tsconfig.base.json",
|
||
|
"include": ["src"],
|
||
|
"exclude": ["node_modules", "dist", ".tsbuild*"],
|
||
|
"compilerOptions": {
|
||
|
"noEmit": true,
|
||
|
"emitDeclarationOnly": false
|
||
|
},
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "../../packages/worker-shared"
|
||
|
},
|
||
|
{
|
||
|
"path": "../../packages/validate"
|
||
|
}
|
||
|
]
|
||
|
}
|