{
    "$schema": "https://json.schemastore.org/tsconfig",
    
    "compilerOptions": {
        "module": "CommonJS",
        "moduleResolution": "Node",
        "lib": ["ES2020"],
        "target": "ES2019",

        "strict": false,
        "skipLibCheck": true,
        "forceConsistentCasingInFileNames": true,

        "incremental": true,
        "esModuleInterop": true,
        "resolveJsonModule": true,
        "noEmitOnError": true
    }
}