Answers for "comments tsconfig.json"

1

hthe cmd to create tsconfig.json

tsc --init
Posted by: Guest on February-12-2021
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

Browse Popular Code Answers by Language