Skip to content

Commit a7df116

Browse files
authored
fix(tsc-compliance): Set skipLibCheck flag true for tsc compliance skipLibCheck test (#14257)
1 parent d7ada2b commit a7df116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig.ts4_2.json",
33
"compilerOptions": {
4-
"skipLibCheck": false
4+
"skipLibCheck": true
55
},
66
"include": ["publicPaths.ts"]
77
}

0 commit comments

Comments
 (0)