Make skipLibCheck: true the default in --init (#37808)

This commit is contained in:
Orta
2020-04-07 15:00:44 -04:00
committed by GitHub
parent 3e86f15f51
commit 3398c9bfe1
14 changed files with 20 additions and 6 deletions

View File

@@ -1115,7 +1115,8 @@ namespace ts {
target: ScriptTarget.ES5,
strict: true,
esModuleInterop: true,
forceConsistentCasingInFileNames: true
forceConsistentCasingInFileNames: true,
skipLibCheck: true
};
/* @internal */