{
    "$schema": "https://json.schemastore.org/tsconfig",
    "compilerOptions": {
      "target": "ES2022",
      "module": "commonjs",
      "esModuleInterop": true,
      "sourceMap": true,
      "experimentalDecorators": true,
      "jsx": "react"
    },
    "lib": ["ES2022","DOM"]
  }