PlasmoHQ / docs

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

Update `tsconfig.json` in `customization/src.mdx` #66

Closed risu729 closed 1 year ago

risu729 commented 1 year ago

Removes .plasmo/**/* from includes in tsconfig.json as mentioned in the comment: https://github.com/PlasmoHQ/plasmo/issues/274#issuecomment-1293202261.

Adds .plasmo/index.d.ts because it is included in default. https://github.com/PlasmoHQ/plasmo/blob/44b723f3013d0e5e43619436688a0be4dd747858/packages/init/templates/tsconfig.json#L4

I checked other files and found that the alias page had several tsconfig.json but didn't include both .plasmo/**/* and .plasmo/index.d.ts. I was unsure if it was a problem, so I ignored it.

https://github.com/PlasmoHQ/docs/blob/main/src/pages/framework/customization/alias.mdx

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 Jul 12, 2023 6:17pm
louisgv commented 1 year ago

Thanks for the PR - sorry it took me a bit to get to it!