{
    "compilerOptions": {
        "allowSyntheticDefaultImports": true,
        "experimentalDecorators": true,
        "esModuleInterop": true,
        "sourceMap": true,
        "declaration": true,
        "strict": true,
        "composite": true,
        "incremental": true,
        "module": "commonjs",
        "moduleResolution": "node",
        "target": "esnext",
        "lib": [
            "dom",
            "esnext"
        ],
        "jsx": "react"
    }
}
