{
    "compilerOptions": {
        "target": "es5",
        "module": "esnext",
        "declaration": true,
        "jsx": "react",
        "outDir": "./dist",
        "noImplicitAny": false,
        "noImplicitThis": false,
        "types": [
            "node",
        ],
        "lib": ["esnext", "dom"],
        "allowSyntheticDefaultImports": true,
        "esModuleInterop": true,
        "experimentalDecorators": true
    }
}
