{
    "compilerOptions": {
        "outDir": "./dist",
        "sourceMap": true,

        "allowJs": false,

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

        "newLine": "lf",

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

        "strictNullChecks": true,

        "module": "commonjs",
        "moduleResolution": "node",
        "target": "es6",
        "jsx": "react",

        "baseUrl": ".",
        "paths": {
        }
    },
    "compileOnSave": false
}
