{
   "exclude": ["node_modules"],
   "compilerOptions": {
      "experimentalDecorators": true,
      "lib": [ "ESNext" ],
      "module": "CommonJS",
      "skipLibCheck": true,
      "target": "ES2021"
   }
}