This commit is contained in:
2021-07-11 19:20:33 -05:00
parent 61a23df056
commit 9b83148551
3 changed files with 111 additions and 49 deletions

View File

@@ -1,5 +1,8 @@
{
"compilerOptions": {
"strictNullChecks": false
},
"strictNullChecks": false,
"lib": [
"ESNext"
]
}
}