Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

@ts ignore file

// @ts-ignore
ignores only this line

// @ts-nocheck - may need to be at the start of file
ignores the whole document
 
PREVIOUS NEXT
Tagged: #ignore #file
ADD COMMENT
Topic
Name
6+7 =