Answers for "tsconfig.json run on save"

6

tsconfig.json not generated

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

tsconfig.json, Typescript

{
  "compilerOptions": {
    "experimentalDecorators": true,
    "jsxImportSource": "preact"
  }
}
Posted by: Guest on November-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language