lion/packages/ui/tsconfig-check-only.json
2022-11-23 16:14:18 +01:00

8 lines
199 B
JSON

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