{
    "compilerOptions": {
        "allowSyntheticDefaultImports": true,
        "esModuleInterop": true,
        "module": "commonjs",
        "lib": ["ES6", "DOM"],
        "declaration": false,
        "jsx": "preserve"
    }
}