{
  "compilerOptions": {
    "target": "ES6",
    "module": "commonjs",
    "baseUrl": ".",  
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true
  }
}