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-11-27 11:20:27 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8a24e891fe
grafana
/
packages
/
grafana-data
/
tsconfig.build.json
5 lines
99 B
JSON
Raw
Normal View
History
Unescape
Escape
Build: add @grafana/data package (#17436) first step in moving non-ui components to their own package
2019-06-18 10:17:27 -05:00
{
grafana/data: Move getPanelOptionsWithDefaults from core (#60813) * grafana/data: Move getPanelOptionsWithDefaults from core * Add internal comments
2022-12-29 07:48:22 -06:00
"exclude"
:
[
"dist"
,
"node_modules"
,
"test"
,
"**/*.test.ts*"
]
,
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"
Build: add @grafana/data package (#17436) first step in moving non-ui components to their own package
2019-06-18 10:17:27 -05:00
}
Reference in New Issue
Copy Permalink