{
  "compilerOptions": {
    "module": "CommonJS",
    "target": "ES2020",
    "moduleResolution": "bundler",
    "noImplicitAny": false,
    "strict": false,
    "esModuleInterop": true,
    "skipLibCheck": true, 
    "resolveJsonModule": true,
    "ignoreDeprecations": "6.0"
  }
}