cli: make skipLibCheck default in tsconfig, but provide tsc:full

This commit is contained in:
Patrik Oldsberg
2020-09-07 17:30:57 +02:00
parent 817d958026
commit 3ec99fbc55
8 changed files with 8 additions and 5 deletions
@@ -65,6 +65,7 @@ yarn storybook # Start local storybook, useful for working on components in @bac
yarn workspace @backstage/plugin-welcome start # Serve welcome plugin only, also supports --check
yarn tsc # Run typecheck, use --watch for watch mode
yarn tsc:full # Run full type checking, for example without skipLibCheck, use in CI
yarn build # Build published versions of packages, depends on tsc