Skip to content

Commit 3124c1c

Browse files
committed
chore: update types tsconfig to node16 module resolution
1 parent 4d6f1b0 commit 3124c1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/middleware-recursion-detection/tsconfig.types.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"declarationDir": "dist-types",
5-
"rootDir": "src"
5+
"rootDir": "src",
6+
"module": "Node16",
7+
"moduleResolution": "Node16"
68
},
79
"extends": "../../tsconfig.types.json",
810
"include": ["src/"]

0 commit comments

Comments
 (0)