fix/ TS Config : module resolution in main process

This commit is contained in:
Maxime GRIS
2021-11-17 14:00:32 +01:00
parent 20e91425bd
commit a9d3044f88

View File

@@ -5,6 +5,7 @@
"moduleResolution": "node",
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"module": "commonjs",
"target": "es5",
"types": [
"node"