Skip to content

Commit 7b9fd62

Browse files
committed
add exclude tests for tsc
1 parent a4411e4 commit 7b9fd62

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,6 @@
105105
/* Completeness */
106106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107107
"skipLibCheck": true /* Skip type checking all .d.ts files. */
108-
}
108+
},
109+
"exclude": ["tests"]
109110
}

0 commit comments

Comments
 (0)