{
  "compilerOptions": {
    "target": "ES5",
    "module": "CommonJS",
    "declaration": true,
    "outDir": "./dist",
    "strict": true,
    "lib": ["ES2015", "DOM"],
    "esModuleInterop": true,
    "skipLibCheck": true
  },
  "include": ["src"]
}
