#Is there any way to use ts-nocheck in a .astro file?

4 messages · Page 1 of 1 (latest)

bright cove
#

I saw this thread: #940360204057444412 message and tried adding // @ts-nocheck to the top of my .astro file but ts is still giving me errors. I'm wondering if there's a specific way to do this. Thanks!

radiant pond
#

I guess you can always exclude it in tsconfig

viscid grail
#

TBH, not sure exactly why it's not working for you, but it does work:

#

Ignore the very badly contrived example of putting span's directly inside a ul 🤨