{
  "compilerOptions": {
    "baseUrl": ".",
    "allowJs": true,
    "skipLibCheck": true,
    "noEmit": true,
    "moduleResolution": "Node",
    "target": "ESNext",
    "module": "esnext",
    "experimentalDecorators": true,
    "esModuleInterop": true
  }
}
