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
@@ -25,6 +25,7 @@
"removeComments": false,
"resolveJsonModule": true,
"sourceMap": false,
"skipLibCheck": true,
"strict": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,