{
    "compilerOptions": {
      "target": "ES6",
      "module": "CommonJS",
      "declaration": true,
      "skipLibCheck": true,
      "outDir": "./dist",
      "strict": true
    },
    "include": ["src/**/*"]
  }
  