Skip to content

Commit 0a39fbf

Browse files
committed
Add node types to paymail examples
1 parent 14bbe58 commit 0a39fbf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/messaging/ts-paymail/docs/examples/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
"emitDecoratorMetadata": true,
1717
"experimentalDecorators": true,
1818
"resolveJsonModule": true,
19-
"esModuleInterop": true
19+
"esModuleInterop": true,
20+
"types": ["node"]
2021
},
2122
"include": ["src"],
2223
"exclude": ["dist", "*/**/__tests"]

0 commit comments

Comments
 (0)