Skip to content

Commit

Permalink
fix: vscode resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
czy88840616 committed Dec 9, 2024
1 parent 74dd374 commit ba0a9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/midway-framework-koa-esm/boilerplate/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compileOnSave": true,
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"module": "Node16",
"moduleResolution": "Node16",
"esModuleInterop": true,
"experimentalDecorators": true,
Expand Down

0 comments on commit ba0a9e0

Please sign in to comment.