Skip to content

Commit 2a17c52

Browse files
committed
formatting
1 parent 7596556 commit 2a17c52

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

tsconfig.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
"skipLibCheck": true,
1616

1717
// Explicitly list which @types/* packages to include as global types
18-
"types": [
19-
"gtag.js",
20-
"jest",
21-
"node",
22-
"webpack-env"
23-
],
18+
"types": ["gtag.js", "jest", "node", "webpack-env"],
2419

2520
// We do not actually use tsc to output any JavaScript anywhere
2621
"noEmit": true,

0 commit comments

Comments
 (0)