Forum Discussion
chaitu927
7 years agoHelper I
Custom Visual - \src\** contains invalid WIN32 path characters.
I am trying to include all files in src directory in tsconfig.ts (files). When I am building PBI custom visual, I am getting error - "\src\** contains invalid WIN32 path characters." Do I need to spe...
- 7 years ago
You'll need to specify each file separately.
v-chuncz-msft
7 years agoCommunity Support
You'll need to specify each file separately.
chaitu927
7 years agoHelper I
Thank you