{
    "compilerOptions": {
        "module": "commonjs",
        "target": "es6",
        "jsx": "react",
        "sourceMap": true,
        "types": [
            "node",
            "expect",
            "jest",
            "whatwg-fetch"
        ]
    },
    "files": [
        "src/index.tsx"
    ]
}