Mercurial > code > home > repos > collector
comparison tsconfig.json @ 7:fd73907cef40
project upgrades: pdm, pnpm, vite, nginx router
author | drewp@bigasterisk.com |
---|---|
date | Fri, 25 Nov 2022 20:31:00 -0800 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
6:a3b6b06fc699 | 7:fd73907cef40 |
---|---|
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 } |