{
    "compilerOptions": {
        "target": "es2020",
        "lib": [
            "es2020",
            "dom"
        ],
        "rootDir": "src",
        "module": "commonjs",
        "allowSyntheticDefaultImports": true,
        "emitDecoratorMetadata": true,
        "experimentalDecorators": true,
        "removeComments": true,
        "sourceMap": true,
        "preserveSymlinks": true,
        "downlevelIteration": true,
        "importHelpers": true,
        "moduleResolution": "node",
        "jsx": "react",
        "jsxFactory": "$F"
    },
    "exclude": [
        "node_modules"
    ]
}