Skip to content

Commit

Permalink
fix: ts verbatimModuleSyntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen committed Jan 26, 2024
1 parent d991094 commit bbca988
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,8 @@
"dependencies": {
"npm-run-all": "^4.1.5",
"typia": "^5.4.1"
},
"devDependencies": {
"typescript": "^5.3.3"
}
}
2 changes: 0 additions & 2 deletions front/share/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,5 @@
"$defs/*": ["../server/src/defs/*"],
"$api/*": ["../server/src/defs/api/*"],
},

"verbatimModuleSyntax": true,
}
}

0 comments on commit bbca988

Please sign in to comment.