This website requires JavaScript.
Explore
Help
Sign In
root
/
grafana
mirror of
https://github.com/grafana/grafana.git
Watch
1
Star
0
Fork
You've already forked grafana
0
Code
Issues
Actions
40
Packages
Projects
Releases
Wiki
Activity
v12.1.4
grafana
/
packages
/
grafana-data
/
tsconfig.build.json
5 lines
99 B
JSON
Raw
Permalink
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 23:17:27 +08:00
{
grafana/data: Move getPanelOptionsWithDefaults from core (#60813) * grafana/data: Move getPanelOptionsWithDefaults from core * Add internal comments
2022-12-29 21:48:22 +08: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-08 09:40:04 +08:00
"extends"
:
"./tsconfig.json"
Build: add @grafana/data package (#17436) first step in moving non-ui components to their own package
2019-06-18 23:17:27 +08:00
}