{
    "compilerOptions": {
        "target": "ES2020",
        "moduleResolution": "node",
        "esModuleInterop": true,

        "strict": true,
        "isolatedModules": true,
        "forceConsistentCasingInFileNames": true,
        "skipLibCheck": true,
    }
}
