This website requires JavaScript.
Explore
Help
Sign In
IntenseWebs
/
grafana
Watch
3
Star
0
Fork
0
You've already forked grafana
mirror of
https://github.com/grafana/grafana.git
synced
2024-12-01 13:09:22 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a45794d0ec
grafana
/
scripts
/
cli
/
tsconfig.json
7 lines
92 B
JSON
Raw
Normal View
History
Unescape
Escape
v1
2019-02-11 03:32:17 -06:00
{
"compilerOptions"
:
{
"module"
:
"commonjs"
TSLint → ESLint (#21006) * Alphabetized tslint and tsconfig files * Optimized tsconfig files * Optimized editorconfig & prettier config files … to reduce redundancy * Switched to @grafana/tsconfig … and: * de-duped options * removed options with default values * Fixed nasty issue with types for nested slate-react * Replaced TSLint with ESLint * TSLint disables → ESLint disables … also JSHint removals, which haven’t had an affect since it was replaced with TSLint. * Compliances for ESLint, Prettier and TypeScript * Updated lockfile
2020-02-07 19:40:04 -06:00
}
,
"extends"
:
"../../tsconfig.json"
v1
2019-02-11 03:32:17 -06:00
}
Reference in New Issue
Copy Permalink