Skip to content

Commit eb21f7b

Browse files
committed
exclude examples
1 parent ff2965b commit eb21f7b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,5 +109,8 @@
109109
/* Completeness */
110110
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
111111
"skipLibCheck": true /* Skip type checking all .d.ts files. */
112-
}
112+
},
113+
"exclude": [
114+
"examples"
115+
]
113116
}

0 commit comments

Comments
 (0)