{
    "compilerOptions": {
        "target": "ES2020",
        "module": "ESNext",
        "declaration": true,
        "sourceMap": true,
        "declarationMap": true,
        "moduleResolution": "Node",
        "importHelpers": true,
        "isolatedModules": true,
        "esModuleInterop": true,
        "forceConsistentCasingInFileNames": true,
        "experimentalDecorators": true,
        "strict": true,
        "skipLibCheck": true,
        "noImplicitAny": false,
        "strictPropertyInitialization": false,
        "jsx": "react",
        "jsxFactory": "h",
        "jsxFragmentFactory": "Fragment",
        "lib": [
            "ES2020",
            "DOM"
        ]
    }
}