Skip to content

Commit

Permalink
Correction des include dans Vercel.
Browse files Browse the repository at this point in the history
Skyost committed Jan 1, 2024
1 parent 5c05510 commit c25eda0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion vercel/api/tsconfig.json
Original file line number Diff line number Diff line change
@@ -14,6 +14,12 @@
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noFallthroughCasesInSwitch": true
"noFallthroughCasesInSwitch": true,

"include": [
"..",
"../../",
"../../**/*"
]
}
}

0 comments on commit c25eda0

Please sign in to comment.