{
  "compilerOptions": {
    "target": "ESNext",
    "module": "commonjs",
    "outDir": "./bin",
    "rootDir": "./bin",
    "strict": true,
    "esModuleInterop": true,
    "skipLibCheck": true,
    "sourceMap": true
  },
  "include": ["bin/**/*"],
  "exclude": ["node_modules", "template/**/*"]
}
