Skip to content

Commit

Permalink
chore: ajustando scripts do projeto
Browse files Browse the repository at this point in the history
  • Loading branch information
BernardoSemiOficial committed Sep 26, 2024
1 parent bb1b0d1 commit f72e5c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions backend/package-lock.json

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

2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^22.5.4",
"@types/node": "^22.7.3",
"@types/nodemailer": "^6.4.16",
"prisma": "^5.19.1",
"tsx": "^4.19.0",
Expand Down
4 changes: 2 additions & 2 deletions backend/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"_version": "20.1.0",
"compilerOptions": {
"lib": ["es2023"],
"lib": ["es2023", "DOM"],
"module": "node16",
"target": "es2022",
"outDir": "dist",
Expand All @@ -12,6 +12,6 @@
"skipLibCheck": true,
"moduleResolution": "node16"
},
"include": ["src/**/*.ts", "prisma/**/*.ts"],
"include": ["src/**/*.ts", "src/*.ts", "prisma/**/*.ts"],
"exclude": ["node_modules"]
}

0 comments on commit f72e5c2

Please sign in to comment.