Skip to content

Commit f96a4bf

Browse files
committed
Add "Examples" to tsconfig.json exclude list
1 parent 6e85666 commit f96a4bf

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

tsconfig.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@
1010
"rootDir": "test",
1111
"outDir": "bin",
1212
"removeComments": true
13-
}
13+
},
14+
"exclude": [
15+
"Examples"
16+
]
1417
}

0 commit comments

Comments
 (0)