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