Skip to main content

2 docs tagged with "TSC Directive"

View All Tags

// @ts-expect-error

// @ts-expect-error is defined as: tell TSC to expect & suppress static error on next line. Topics on: . Read more: JS, TS, TS Def, TSC, TSC Directive| Dev Wiki

TSC Directive

TSC Directive is defined as: comment statement as Directive to control TSC behavior on line/file basis. Topics on: // @ts-ignore, // @ts-nocheck, // @ts-check,