@clevertrackdk/powerbi-report-component
Version:
It's a minimalistic react component to embed a Microsoft PowerBI report, dashboard or tile into your react application.
26 lines • 489 B
JSON
{
"compilerOptions": {
"lib": [
"es2017",
"es7",
"es6",
"dom"
],
"esModuleInterop": true,
"target": "es5",
"module": "commonjs",
"declaration": true,
"outDir": "lib",
"strict": true,
"jsx": "react",
"removeComments": true
},
"include": [
"./src"
],
"exclude": [
"node_modules",
"lib",
"**/__tests__/*"
]
}