Mercurial > code > home > repos > front-door-display
view tsconfig.json @ 0:d09d690419e0
start
author | drewp@bigasterisk.com |
---|---|
date | Sat, 18 Mar 2023 19:34:12 -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 } }