Skip to content

Commit

Permalink
Mudando configurações para rodar em Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
710lucas committed Mar 18, 2024
1 parent ffa5f61 commit 47a303a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"name": "briefing-back",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"main": "index.js",
"scripts": {
"test": "npx jest",
"dev": "nodemon --exec ts-node ./src/index.ts"
"build": "tsc",
"dev": "node dist/index.js"
},
"keywords": [],
"author": "",
Expand Down
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@

/* Completeness */
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
"skipLibCheck": true /* Skip type checking all .d.ts files. */
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
"outDir": "./dist"
}
}

0 comments on commit 47a303a

Please sign in to comment.