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
2025-01-02 12:17:01 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ec2084c23
grafana
/
packages
/
grafana-runtime
/
tsconfig.build.json
5 lines
91 B
JSON
Raw
Normal View
History
Unescape
Escape
Add a @grafana/runtime package with backendSrv interface (#16533) grafana-runtime/tsconfig.json imports query to avoid a build error ¯\_(ツ)_/¯
2019-06-03 10:55:59 -05:00
{
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
"exclude"
:
[
"dist"
,
"node_modules"
,
"**/*.test.ts*"
]
,
"extends"
:
"./tsconfig.json"
Add a @grafana/runtime package with backendSrv interface (#16533) grafana-runtime/tsconfig.json imports query to avoid a build error ¯\_(ツ)_/¯
2019-06-03 10:55:59 -05:00
}
Reference in New Issue
Copy Permalink