view react_games/tsconfig.json @ 183:a8976a008a9d

[BenchMark] Added bun bench mark to test seoboe vs other popular benchmarks.
author MrJuneJune <me@mrjunejune.com>
date Fri, 23 Jan 2026 21:19:08 -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"]
}