Table of Contents

About

The tsconfig.json file specifies:

Example

{
    "compilerOptions": {
        "outDir": "./dist/",
        "sourceMap": true,
        "noImplicitAny": true,
        "module": "commonjs",
        "target": "es6",
        "jsx": "react",
        "allowJs": true
    }
}

where:

Management

Gui

The Playground has a GUI

Typescript Playground Conf

Documentation