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
+1
View File
@@ -10,6 +10,7 @@
"start-backend": "yarn workspace example-backend start",
"build": "lerna run build",
"tsc": "tsc",
"tsc:full": "tsc --skipLibCheck false --incremental false",
"clean": "backstage-cli clean && lerna run clean",
"diff": "lerna run diff --",
"test": "lerna run test --since origin/master -- --coverage",