Skip to content

Commit 55b516c

Browse files
committed
feat: remove suport for node<20.18
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent ef08770 commit 55b516c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/* see: https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping */
3232
"module": "node16", /* Specify what module code is generated. */
3333
"rootDir": "src", /* Specify the root folder within your source files. */
34-
"moduleResolution": "Node", /* Specify how TypeScript looks up a file from a given module specifier. */
34+
// "moduleResolution": "Node", /* Specify how TypeScript looks up a file from a given module specifier. */
3535
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */
3636
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */
3737
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */

0 commit comments

Comments
 (0)