mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
typescript: fixed issue with tslint in testsW
This commit is contained in:
@@ -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