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,
|
"noImplicitThis": false,
|
||||||
"noImplicitUseStrict":false,
|
"noImplicitUseStrict":false,
|
||||||
"noImplicitAny": false,
|
"noImplicitAny": false,
|
||||||
|
"noUnusedLocals": true,
|
||||||
"baseUrl": "public",
|
"baseUrl": "public",
|
||||||
"paths": {
|
"paths": {
|
||||||
"app": ["app"]
|
"app": ["app"]
|
||||||
|
Loading…
Reference in New Issue
Block a user