marko/tsconfig.build.json
2024-02-28 11:40:53 -07:00

17 lines
273 B
JSON

{
"extends": "./tsconfig.json",
"include": ["scripts"],
"compilerOptions": {
"noEmit": true,
"emitDeclarationOnly": false
},
"references": [
{
"path": "./packages/runtime-tags"
},
{
"path": "./packages/translator-tags"
}
]
}