Mercurial > code > home > repos > front-door-display
annotate tsconfig.json @ 19:6960c172f1a9
update py, pnpm, etc
author | drewp@bigasterisk.com |
---|---|
date | Mon, 26 Aug 2024 16:17:21 -0700 |
parents | d09d690419e0 |
children |
rev | line source |
---|---|
0 | 1 { |
2 "compilerOptions": { | |
3 "target": "es2020", | |
4 "module": "es2020", | |
5 "strict": true, | |
6 "moduleResolution": "node", | |
7 "esModuleInterop": true, | |
8 "experimentalDecorators": true, | |
9 "skipLibCheck": true, | |
10 "forceConsistentCasingInFileNames": true, | |
11 "useDefineForClassFields": false | |
12 } | |
13 } |