Add getEnvVar.ts to convert env vars to appropriate type (or undefined)

This commit is contained in:
2023-05-30 17:41:09 -04:00
parent 45d6357937
commit 9e72e98232
5 changed files with 463 additions and 8 deletions

View File

@@ -10,8 +10,8 @@
"rootDirs": ["./", "src/"],
"strict": true,
"esModuleInterop": true,
"sourceMap": false,
"removeComments": true
"sourceMap": true,
"removeComments": false
},
"include": ["src"]
}