Skip to content

Commit

Permalink
fix/ TS Config : module resolution in main process
Browse files Browse the repository at this point in the history
  • Loading branch information
maximegris committed Nov 17, 2021
1 parent 20e9142 commit a9d3044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tsconfig.serve.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"target": "es5",
"types": [
"node"
Expand Down

0 comments on commit a9d3044

Please sign in to comment.