marko/tsconfig.build.json
2024-12-13 10:48:12 -07:00

14 lines
217 B
JSON

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