{
  "compilerOptions": {
    "jsx": "react"
  },
  "extends": "@tsconfig/recommended/tsconfig.json",
  "ts-node": {
    "swc": true,
  },
}