{
  "compilerOptions": {
    "strict": true,
    "module": "CommonJS",
    "moduleResolution": "node",
    "target": "ESNext",
    "baseUrl": "./",
    "outDir": "dist",
    "declaration": true
  },
  "exclude": [
    "playground",
    "dist",
  ]
}
