-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtsconfig.json
More file actions
24 lines (24 loc) · 775 Bytes
/
Copy pathtsconfig.json
File metadata and controls
24 lines (24 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"compilerOptions": {
"allowJs": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
"sourceMap": true,
"out": "./.tmp/build/visual.js",
"sourceRoot": "../../src/",
"declaration": true
},
"files": [
".api/v1.11.0/PowerBI-visuals.d.ts",
"node_modules/@types/d3/index.d.ts",
"node_modules/powerbi-visuals-utils-dataviewutils/lib/index.d.ts",
"node_modules/powerbi-visuals-utils-typeutils/lib/index.d.ts",
"node_modules/powerbi-visuals-utils-svgutils/lib/index.d.ts",
"node_modules/powerbi-visuals-utils-interactivityutils/lib/index.d.ts",
"node_modules/powerbi-models/dist/models-noexports.d.ts",
"src/settings.ts",
"src/selectionTools.ts",
"src/visual.ts"
]
}