Mercurial > code > home > repos > racc
view console/tsconfig.json @ 10:6b6b1ea0e00d default tip
ok for no window to be focused (untested)
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 19:16:58 -0700 |
parents | b1043d39e493 |
children |
line wrap: on
line source
{ "compilerOptions": { "target": "es2020", "module": "es2020", "strict": true, "moduleResolution": "node", "esModuleInterop": true, "experimentalDecorators": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, "useDefineForClassFields": false } }