add node types

Signed-off-by: Lee Briggs <lee@leebriggs.co.uk>
This commit is contained in:
Lee Briggs 2026-04-26 20:32:28 -07:00
parent 5e5be6a255
commit 7000ce4aa7
No known key found for this signature in database
GPG key ID: A4D09B96FDFEB505
3 changed files with 14918 additions and 3558 deletions

16438
dist/index.js generated vendored

File diff suppressed because one or more lines are too long

2036
dist/logout/index.js generated vendored

File diff suppressed because it is too large Load diff

View file

@ -43,7 +43,7 @@
// "paths": {}, /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
// "typeRoots": [], /* List of folders to include type definitions from. */
// "types": [], /* Type declaration files to be included in compilation. */
"types": ["node"], /* Type declaration files to be included in compilation. */
// "allowSyntheticDefaultImports": true, /* Allow default imports from modules with no default export. This does not affect code emit, just typechecking. */
"esModuleInterop": true /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
// "preserveSymlinks": true, /* Do not resolve the real path of symlinks. */