compileOnSave

suggest change

Setting a top-level property compileOnSave signals to the IDE to generate all files for a given tsconfig.json upon saving.

{
    "compileOnSave": true,
    "compilerOptions": {
        ...
    },
    "exclude": [
        ...
    ]
}

This feature is available since TypeScript 1.8.4 and onward, but needs to be directly supported by IDE’s. Currently, examples of supported IDE’s are:

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents