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

9 lines
142 B
JSON

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