Mercurial
view react_games/tsconfig.json @ 172:0face9898d04
[PostDog] Small changes.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 19 Jan 2026 18:56:54 -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"] }