This commit is contained in:
Paulo Gustavo Veiga
2022-11-24 00:07:16 -08:00
parent 040ae80223
commit 1f977e1ce2
3 changed files with 24 additions and 22 deletions

View File

@ -14,6 +14,7 @@
"allowJs": true,
"esModuleInterop": true,
"declaration": true,
"strictNullChecks": false,
"rootDirs": [
"src",
],