mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-16 07:13:45 -05:00
Make skipLibCheck: true the default in --init (#37808)
This commit is contained in:
@@ -1115,7 +1115,8 @@ namespace ts {
|
||||
target: ScriptTarget.ES5,
|
||||
strict: true,
|
||||
esModuleInterop: true,
|
||||
forceConsistentCasingInFileNames: true
|
||||
forceConsistentCasingInFileNames: true,
|
||||
skipLibCheck: true
|
||||
};
|
||||
|
||||
/* @internal */
|
||||
|
||||
Reference in New Issue
Block a user