Files
grafana/packages/grafana-eslint-rules/tsconfig.json
Josh Hunt 72a56ad503 Chore: Remove @grafana/tsconfig (#109186)
* Chore: Remove @grafana/tsconfig

* update codeowners

* revert changes to grafana-plugin-configs
2025-08-06 15:34:34 +01:00

11 lines
207 B
JSON

{
"extends": "../../scripts/tsconfig.base.json",
"compilerOptions": {
"declaration": true,
"module": "Node16",
"moduleResolution": "Node16",
"allowJs": true,
"outDir": "./dist"
}
}