Skip to content

Commit 735db9a

Browse files
authored
Add explicit exclude
See https://www.typescriptlang.org/docs/handbook/tsconfig-json.html This should make jenkins work again.
1 parent eb7df6f commit 735db9a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,9 @@
2525
"strictFunctionTypes": true,
2626
"strictNullChecks": true,
2727
"target": "es2016"
28-
}
28+
},
29+
"exclude": [
30+
"node_modules",
31+
"output"
32+
]
2933
}

0 commit comments

Comments
 (0)