fix: enabled strict null checks and made changes to deal with this compiler change. fix: modified endpoint factory methods to not need baseURL to be passed in. instead just return endpoint because the axios client with already have a default url set as part of constructing a new onspring client instance

This commit is contained in:
StevanFreeborn
2023-02-02 13:53:02 -06:00
parent 88bf080847
commit d453f19c97
8 changed files with 137 additions and 178 deletions
+1
View File
@@ -1,5 +1,6 @@
{
"compilerOptions": {
"strictNullChecks": true,
"module": "commonjs",
"target": "es2015",
"declaration": true,