Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR TYPESCRIPT

typescript compile stop using required

1. Add compiler option --module to target ES6 or later:
  tsc --module ES6
  
2. Create .tsconfig json file or add if the .tsconfig file exists:
  "module": "ES6"
  
 
PREVIOUS NEXT
Tagged: #typescript #compile #stop #required
ADD COMMENT
Topic
Name
7+7 =