Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -20,7 +20,7 @@ module.exports = { | ... | @@ -20,7 +20,7 @@ module.exports = { |
| 20 | }, | 20 | }, |
| 21 | "output": { | 21 | "output": { |
| 22 | "log": true, | 22 | "log": true, |
| 23 | - "folder": "../../../src/infraestructure/model", | 23 | + "folder": "./src/infraestructure/model", |
| 24 | "beautify": true, | 24 | "beautify": true, |
| 25 | "indent": 2, | 25 | "indent": 2, |
| 26 | "preserveNewLines": false, | 26 | "preserveNewLines": false, | ... | ... |
-
Please register or login to post a comment