Skip to content

Commit b803d8e

Browse files
committed
revert: undo skipLibCheck
1 parent 033aec4 commit b803d8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"extends": "../tsconfig.json",
3-
"include": ["./**/*.ts"]
3+
"include": ["./**/*.ts"],
4+
"exclude": ["node_modules/**"]
45
}

0 commit comments

Comments
 (0)