{
  "$schema": "https://json.schemastore.org/tsconfig",
  "extends": "./web.json",
  "compilerOptions": {
    "jsx": "react-jsx",
    "jsxImportSource": "react",
    "types": [
      "react",
      "react-dom"
    ]
  },
  "display": "React"
}
