lion/packages/ui/tsconfig-check-only.json

8 lines
200 B
JSON

{
"//": "this runs after 'scripts/types-correct-after-build.mjs' has been applied",
"extends": "./tsconfig.json",
"compilerOptions": {
"emitDeclarationOnly": false,
"noEmit": true
}
}