Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
15 | |
13 | |
7 | |
7 | |
5 |