This commit is contained in:
2023-05-30 17:40:38 -04:00
parent 4d26396a8d
commit 605a293052
3 changed files with 3 additions and 4 deletions

View File

@@ -13,9 +13,9 @@
"noImplicitReturns": true,
"noImplicitThis": true,
"outDir": "lib/",
"removeComments": true,
"removeComments": false,
"rootDirs": ["./", "src/"],
"sourceMap": false,
"sourceMap": true,
"strict": true,
"strictNullChecks": true,
"target": "es2017"