Skip to content

Commit 758bb19

Browse files
committed
Mise à jour du projet Vercel.
1 parent 7ce2b3f commit 758bb19

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

vercel/api/tsconfig.json

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
{
2-
"module": "NodeNext",
3-
"moduleResolution": "NodeNext"
2+
"compilerOptions": {
3+
"target": "ESNext",
4+
"module": "ESNext",
5+
"skipLibCheck": true,
6+
7+
/* Bundler mode */
8+
"moduleResolution": "node",
9+
"resolveJsonModule": true,
10+
"isolatedModules": true,
11+
"noEmit": true,
12+
13+
/* Linting */
14+
"strict": true,
15+
"noUnusedLocals": true,
16+
"noUnusedParameters": true,
17+
"noFallthroughCasesInSwitch": true
18+
}
419
}

0 commit comments

Comments
 (0)