mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
build: add noUnusedLocals to tsc parameters
This commit is contained in:
parent
b6d09a3443
commit
0841eb94a8
@ -18,6 +18,7 @@
|
||||
"noImplicitThis": false,
|
||||
"noImplicitUseStrict":false,
|
||||
"noImplicitAny": false,
|
||||
"noUnusedLocals": true,
|
||||
"baseUrl": "public",
|
||||
"paths": {
|
||||
"app": ["app"]
|
||||
|
Loading…
Reference in New Issue
Block a user