Forum Discussion
chaitu927
Helper I
8 years agoCustom 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...
- 8 years ago
You'll need to specify each file separately.
v-chuncz-msft
Community Support
8 years ago
You'll need to specify each file separately.
chaitu927
Helper I
8 years agoThank you