Updated ESlint Config and Housekeeping

This commit is contained in:
Ahmad 2024-11-16 19:05:52 -05:00
parent a65a38f00a
commit 5d5ca66e5d
No known key found for this signature in database
GPG key ID: 8FD8A93530D182BF
12 changed files with 512 additions and 107 deletions

View file

@ -26,7 +26,7 @@
/* Modules */
"module": "esnext", /* Specify what module code is generated. */
"rootDir": "./source", /* Specify the root folder within your source files. */
"rootDir": "src", /* Specify the root folder within your source files. */
"moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */