Mercurial
diff react_games/tsconfig.json @ 37:fb9bcd3145cb
[ReactGames] Few games I made using react just to practice few things.
| author | MrJuneJune <me@mrjunejune.com> |
|---|---|
| date | Mon, 01 Dec 2025 20:22:47 -0800 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/react_games/tsconfig.json Mon Dec 01 20:22:47 2025 -0800 @@ -0,0 +1,15 @@ +{ + "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"] +} +