UNPKG

react-powerbi

Version:

Easily embed your PowerBI Dashboard to your React App

23 lines (22 loc) 546 B
{ "compilerOptions": { "target": "es6", "lib": ["dom", "dom.iterable", "esnext"], "jsx": "preserve", "noEmit": true, "strict": true, "allowJs": true, "baseUrl": "./src", "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "forceConsistentCasingInFileNames": true, "types": ["node", "jest"], "module": "esnext", "moduleResolution": "node", "strictPropertyInitialization": false, "declaration": true, "outDir": "lib" }, "include": ["src"] }