refactor fragment aliases & add field lookup checking

why is that not the default
This commit is contained in:
rhiannon morris 2024-08-18 02:43:41 +02:00
parent 43af72aa4d
commit 969cdc938d
3 changed files with 19 additions and 11 deletions

View file

@ -1,6 +1,7 @@
{
"compilerOptions": {
"strict": true,
"noUncheckedIndexedAccess": true,
"noEmitOnError": true,
"lib": ["ES2021", "dom"],
"target": "ES2015"