Forum Discussion
Mcburn
10 years agoHelper II
powerbi-visuals-tools 1.1 with typescript 2.0
Hey everybody, got another question about the power bi visual tool. I want to use the new include function from typescript 2.0.2. Is that possible to change the typescript version in powerbi-vi...
v-chuncz-msft
10 years agoCommunity Support
- Mcburn9 years agoHelper II
v-chuncz-msft Thanks for your reply. I change devDependecies to this:
"devDependencies": { "typings": "^1.3.2", "typescript": "^2.0.2" },But when i want to start my Project with: pbiviz start he did not find my included ts files. So maybe he do not use typescript 2.0.2.
Because the new typescript has the feature "include" to include a whole directory with subdirectories.
Is package.json only affected, when i use the command pbiviz package?