TypeScript settings

Default TypeScript settings (file tsconfig.json)

{
    "compilerOptions": {
        "target": "esnext",
        "watch": true,
        "lib":["DOM","es2017"],
        "moduleResolution": "node"
    }
}


Comments

Popular posts from this blog

Dictionary class extensions (CopyTo, Sort) (C#)

Calling Fortran intrinsic functions from Visual Basic

Change the size of a shape in Powerpoint 2007 using VBA