Skip to content

Commit

Permalink
chore: alterado tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSemiOficial committed Sep 28, 2024
1 parent 4a1ad90 commit fc55841
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@gerenciador-de-tarefas/backend",
"version": "1.0.0",
"description": "Projeto backend do gerenciador de tarefas que armazenar e gerencia todas as funcionalidades do sistema",
"main": "index.js",
"main": "./dist/server.js",
"scripts": {
"server:build": "tsc --build --verbose",
"server:watch": "tsx --watch src/server.ts",
Expand Down
1 change: 0 additions & 1 deletion backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"module": "node16",
"target": "es2022",
"outDir": "dist",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
Expand Down

0 comments on commit fc55841

Please sign in to comment.