Profile
Sign out
menu
create
New Post
My learned
Sign In
Skip Typescritp check
Typescript
You can add this line at the beginning of a file to ignore all checks:
// @ts-nocheck
orĀ
// @ts-expect-error
To skip only the next line.
arrow_back
back