Skip to content

Commit

Permalink
Babel and Nodemon changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 19, 2021
1 parent b4be692 commit 1e6930f
Show file tree
Hide file tree
Showing 6 changed files with 929 additions and 53 deletions.
5 changes: 3 additions & 2 deletions app/.babelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"presets": ["@babel/preset-env", "@babel/preset-typescript"]
}
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
"plugins": [["@babel/transform-runtime"]]
}
3 changes: 0 additions & 3 deletions app/@types/modules.d.ts

This file was deleted.

6 changes: 6 additions & 0 deletions app/nodemon.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ignore": ["node_modules"],
"watch": ["."],
"exec": "npm start",
"ext": "ts"
}
Loading

0 comments on commit 1e6930f

Please sign in to comment.