March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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 specify each file seperately? Folder structure is as given below. I tried including these files as "./src/**/*" in "include" section.
tsconfig.json
"files:" [ "src/**/*.ts"]
Folder structure:
src
- ABC
-abc.ts
- DEF
-def.ts
Solved! Go to Solution.
You'll need to specify each file separately.
You'll need to specify each file separately.
Thank you
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!