view react_games/tsconfig.json @ 252:7a7581f040e8

[ui] Add scoped notification component Co-authored-by: Copilot <[email protected]>
author MrJuneJune <me@mrjunejune.com>
date Tue, 04 Aug 2026 11:57:16 -0700
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"]
}