{
    "compilerOptions": {
        "allowSyntheticDefaultImports": true,
        "esModuleInterop": true,
        "lib": ["ES6", "DOM"],
        "declaration": false,
        "module": "commonjs"
    },
    "include": ["**/*"]
}