Last active
May 10, 2017 16:23
-
-
Save jongio/51b7dd3afbae54e7fefb922ff828a940 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "compilerOptions": { | |
| "allowJs": true, | |
| "emitDecoratorMetadata": true, | |
| "experimentalDecorators": true, | |
| "target": "ES5", | |
| "sourceMap": true, | |
| "out": "./.tmp/build/visual.js" | |
| }, | |
| "files": [ | |
| ".api/v1.6.0/PowerBI-visuals.d.ts", | |
| "node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts", | |
| "src/settings.ts", | |
| "typings/index.d.ts", | |
| "src/visual.ts" | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment