Answers for "create tsconfig.jsoncommand"

6

tsconfig.json not generated

$ tsc --init
Posted by: Guest on January-12-2020
0

comments tsconfig.json

In some files the option for checking comments is off by default 
(tsconfig, tslint and eslint configs), as corresponding tools allow comments in
JSON (this is hardcoded). 

So IDEs recognize this and allow you to add comments even if standard 
doesnt allow.
Posted by: Guest on February-16-2022

Code answers related to "create tsconfig.jsoncommand"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language