{
    "compilerOptions": {
        "sourceMap": true,
        "declarationMap": true,
        "declaration": true,
        "diagnostics": true,
        "extendedDiagnostics": true,

        "experimentalDecorators": false,

        "allowJs": false,

        "allowUnreachableCode": false,
        "allowUnusedLabels": false,
        "alwaysStrict": true,

        "newLine": "lf",

        "noEmitOnError": true,
        "noImplicitAny": true,
        "noImplicitReturns": true,
        "noImplicitThis": true,
        "noImplicitUseStrict": false,
        "noUnusedLocals": true,
        "noUnusedParameters": true,
        "noFallthroughCasesInSwitch": true,
        "noErrorTruncation": true,

        "strict": true,

        "module": "commonjs",
        "moduleResolution": "node",
        "target": "es2016",
        "lib": ["es2016"],
        "jsx": "react",
        "jsxFactory": "React.createElement"
    },
    "compileOnSave": false
}
