view react_games/tsconfig.json @ 134:75e7aac67fa2 websocket-blog

Closing blog branch since it is written
author June Park <parkjune1995@gmail.com>
date Fri, 09 Jan 2026 09:30:30 -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"]
}