Skip to content

Commit

Permalink
Add the skipLibCheck option to TypeScript compiler settings (closes D…
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMoskovkin authored and kirovboris committed Dec 18, 2019
1 parent d6501e9 commit 3ee110e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/compiler/test-file/formats/typescript/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default class TypeScriptTestFileCompiler extends APIBasedTestFileCompiler
lib: ['lib.es6.d.ts'],
baseUrl: __dirname,
paths: { testcafe: ['../../../../../ts-defs/index.d.ts'] },
suppressOutputPathCheck: true
suppressOutputPathCheck: true,
skipLibCheck: true
};
}

Expand Down

0 comments on commit 3ee110e

Please sign in to comment.