@oriolrius/grafana-business-text
Version:
Data-driven text with Markdown and Handlebars support for Grafana
31 lines (30 loc) • 626 B
JSON
{
"extends": "@grafana/tsconfig",
"compilerOptions": {
"module": "CommonJS",
"noEmit": true,
"skipLibCheck": true,
"strict": false,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"jsx": "react-jsx",
"moduleResolution": "node",
"baseUrl": "..",
"paths": {
"@/*": ["src/*"]
},
"types": ["jest", "@testing-library/jest-dom", "node"]
},
"include": [
"../src/**/*",
"../webpack.config.js",
"../jest-setup.js",
"../jest.config.js"
],
"exclude": [
"../node_modules",
"../dist",
"../static/coverage",
"../backend"
]
}