Skip to content

Instantly share code, notes, and snippets.

@jongio
Last active July 24, 2018 16:53
Show Gist options
  • Select an option

  • Save jongio/139a55548676ed79236212f122ce0b54 to your computer and use it in GitHub Desktop.

Select an option

Save jongio/139a55548676ed79236212f122ce0b54 to your computer and use it in GitHub Desktop.
{
"compilerOptions": {
"allowJs": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "ES5",
"sourceMap": true,
"out": "./.tmp/build/visual.js"
},
"files": [
".api/v1.13.0/PowerBI-visuals.d.ts",
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts",
"src/liquidFillGauge.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