Skip to content

Commit a328bdc

Browse files
build: disable skipLibCheck
1 parent de2cde2 commit a328bdc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"include": ["./global.d.ts", "./src/**/*.ts", "./src/**/*.js", "./src/**/*.tsx"],
3-
"exclude": [],
3+
"exclude": ["src/test/**/*"],
44
"compilerOptions": {
55
/* Visit https://aka.ms/tsconfig to read more about this file */
66

@@ -104,6 +104,6 @@
104104

105105
/* Completeness */
106106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107-
"skipLibCheck": true /* Skip type checking all .d.ts files. */
107+
"skipLibCheck": false /* Skip type checking all .d.ts files. */
108108
}
109109
}

0 commit comments

Comments
 (0)