Skip to content

Commit

Permalink
fix: add skipLibCheck in default compilerOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
cxtom committed Apr 23, 2020
1 parent 2857d9e commit 3afdaf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const getRandomString = n => Array(n)
const defaultCompilerOptions = {
target: ScriptTarget.ES2016,
module: ModuleKind.CommonJS,
skipLibCheck: true,
scrict: true,
noImplicitThis: true,
noImplicitAny: true,
Expand Down

0 comments on commit 3afdaf5

Please sign in to comment.