mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Enable strict Typescript checks (#41198)
* Chore: Enable strict Typescript checking * Chore: Remove old strict budget checks
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"outDir": "public/dist",
|
||||
"rootDirs": ["public/"],
|
||||
"allowJs": true,
|
||||
"strictNullChecks": true,
|
||||
"strict": true,
|
||||
"resolveJsonModule": true,
|
||||
"useUnknownInCatchVariables": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user