Mercurial > code > home > repos > racc
view console/tsconfig.json @ 6:b1043d39e493
start web console
author | drewp@bigasterisk.com |
---|---|
date | Mon, 13 Mar 2023 18:53:45 -0700 |
parents | |
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 } }