Skip to content

Commit ed78e13

Browse files
fix: add types node to fix minimatch issue (#10730)
### Description After using the with-nestjs example and I started facing this issue: <img width="824" height="129" alt="image" src="https://github.com/user-attachments/assets/1a726727-2a8b-4a3c-ae6a-7fd92cdb320c" /> ### Testing Instructions <!-- Give a quick description of steps to test your changes. -->
1 parent 7c26dda commit ed78e13

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/with-nestjs/packages/api/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"baseUrl": "src",
66
"esModuleInterop": true,
77
"incremental": false,
8-
"outDir": "dist"
8+
"outDir": "dist",
9+
"types": ["node"]
910
},
1011
"include": ["src"],
1112
"exclude": ["node_modules", "test", "dist", "**/*spec.ts"]

0 commit comments

Comments
 (0)