{
    "compilerOptions": {
        "target": "ES5",
        "module": "commonjs",
        "outDir": "../js/",
        "sourceMap": true,
        "declaration": true,
        "noImplicitAny": true,
        "noLib": false,
        "removeComments": true
    },
    "filesGlob": [
        "./**/*.ts"
    ],
    "atom": {
        "rewriteTsconfig": true
    },
    "files": [
        "./index.ts",
        "./src/react-tsx.ts",
        "./typings/globals/react-tap-event-plugin/index.d.ts",
        "./typings/globals/react/index.d.ts",
        "./typings/index.d.ts",
        "./typings/modules/react-dom/index.d.ts",
        "./typings/modules/react-router/index.d.ts"
    ]
}
