Skip to content

Commit 751c033

Browse files
authored
Fix compile errors with skip lib check (#181)
1 parent 60690d1 commit 751c033

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

template/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,9 @@
4343
// "typeRoots": [], /* List of folders to include type definitions from. */
4444
// "types": [], /* Type declaration files to be included in compilation. */
4545
"allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
46-
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
46+
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
4747
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */
48+
"skipLibCheck": true /* Skip type checking of declaration files. */
4849

4950
/* Source Map Options */
5051
// "sourceRoot": "./", /* Specify the location where debugger should locate TypeScript files instead of source locations. */

0 commit comments

Comments
 (0)