fix: exclude test dir and its subdirs for tslint

Closes #34
This commit is contained in:
Jovan Krunić
2020-09-08 08:32:26 +00:00
parent 8f844ecdeb
commit ec15ebe5c5

View File

@@ -137,7 +137,7 @@
}, },
"linterOptions": { "linterOptions": {
"exclude": [ "exclude": [
"test/**/*.ts" "../../../test/**"
] ]
} }
} }