Skip to content

Commit 87eabcd

Browse files
committed
fix format issues
1 parent 651d7a1 commit 87eabcd

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

tsconfig.json

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"esModuleInterop": true,
55
"skipLibCheck": true,
66
"target": "ES2022",
7-
"lib": [
8-
"ES2022"
9-
],
7+
"lib": ["ES2022"],
108
"allowJs": true,
119
"resolveJsonModule": true,
1210
"moduleDetection": "force",
@@ -21,12 +19,5 @@
2119
"noEmit": true,
2220
"tsBuildInfoFile": "${configDir}/.cache/tsbuildinfo.json"
2321
},
24-
"exclude": [
25-
"node_modules",
26-
"build",
27-
"dist",
28-
".next",
29-
".expo",
30-
"coverage"
31-
]
32-
}
22+
"exclude": ["node_modules", "build", "dist", ".next", ".expo", "coverage"]
23+
}

0 commit comments

Comments
 (0)