marko/tsconfig.build.json
2023-07-24 11:55:08 -04:00

17 lines
263 B
JSON

{
"extends": "./tsconfig.json",
"exclude": ["**/dist"],
"compilerOptions": {
"noEmit": true,
"emitDeclarationOnly": false
},
"references": [
{
"path": "./packages/runtime"
},
{
"path": "./packages/translator"
}
]
}