Skip to content

Commit ce93c92

Browse files
committed
fix: workflow template
1 parent 34f8e70 commit ce93c92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/with-workflow/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"compilerOptions": {
44
"lib": ["ESNext", "DOM"],
55
"target": "ESNext",
6-
"moduleResolution": "Node",
6+
"moduleResolution": "Bundler",
77
"module": "Preserve",
88
"allowImportingTsExtensions": true,
99
"esModuleInterop": true,

0 commit comments

Comments
 (0)