typescript: fixed issue with tslint in testsW
This commit is contained in:
+2
-1
@@ -17,7 +17,8 @@
|
||||
"moduleResolution": "classic"
|
||||
},
|
||||
"include": [
|
||||
"public/app/**/*.ts"
|
||||
"public/app/**/*.ts",
|
||||
"public/test/**/*.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"public/vendor/**/*",
|
||||
|
||||
Reference in New Issue
Block a user