view react_games/tsconfig.json @ 165:3e0e27684e6b

[Gara] Remove unwanted bazel tutorial.
author MrJuneJune <me@mrjunejune.com>
date Sat, 13 Dec 2025 14:34:51 -0800
parents fb9bcd3145cb
children
line wrap: on
line source

{
  "compilerOptions": {
    "target": "ES2020",
    "module": "Node16",
    "moduleResolution": "node16",
    "jsx": "react-jsx",
    "esModuleInterop": true,
    "strict": true,
    "lib": ["DOM", "ES2020"],
    "allowImportingTsExtensions": true,
    "types": ["@types/node", "@types/react", "@types/react-dom"]
  },
  "include": ["src"]
}