Answers for "ts ignore one line"

4

@ts ignore file

// @ts-ignore
ignores only this line

// @ts-nocheck - may need to be at the start of file
ignores the whole document
Posted by: Guest on October-14-2021
1

typescript ignore next line

// @ts-ignore: Unreachable code error
Posted by: Guest on February-24-2021

Code answers related to "TypeScript"

Browse Popular Code Answers by Language