PlasmoHQ / docs

📘 Documentation site
https://docs.plasmo.com
10 stars 46 forks source link

fix(typo): In tsconfig, paths key requires wildcard '/*' #70

Closed aiktb closed 1 year ago

aiktb commented 1 year ago

"@Components": ["./src/components/*"] would cause Error parsing JSON, adding '/*' fixes it. https://www.typescriptlang.org/tsconfig#paths Snipaste_2023-08-14_19-53-44

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 14, 2023 11:58am
louisgv commented 1 year ago

@aiktb Thanks for the PR! Is this still relevant or did you find an alternative solution?