We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14bbe58 commit 0a39fbfCopy full SHA for 0a39fbf
1 file changed
packages/messaging/ts-paymail/docs/examples/tsconfig.json
@@ -16,7 +16,8 @@
16
"emitDecoratorMetadata": true,
17
"experimentalDecorators": true,
18
"resolveJsonModule": true,
19
- "esModuleInterop": true
+ "esModuleInterop": true,
20
+ "types": ["node"]
21
},
22
"include": ["src"],
23
"exclude": ["dist", "*/**/__tests"]
0 commit comments