{
  "compilerOptions": {
      "target": "ES2023",
      "experimentalDecorators": true
  },
  "exclude": [
      "node_modules",
      "dist"
  ]
}
