Skip to content

Commit 5b587d4

Browse files
committed
bun
1 parent a1d7dc1 commit 5b587d4

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
@@ -18,11 +18,7 @@
1818
"esModuleInterop": true,
1919
"skipLibCheck": true,
2020
"forceConsistentCasingInFileNames": true,
21-
"lib": [
22-
"ESNext",
23-
"DOM",
24-
"DOM.Iterable"
25-
],
21+
"lib": ["ESNext", "DOM", "DOM.Iterable"],
2622
"module": "esnext",
2723
"target": "es2022",
2824
"moduleResolution": "bundler",
@@ -51,10 +47,5 @@
5147
"**/*.mjs",
5248
"**/*.mjsx"
5349
],
54-
"exclude": [
55-
"node_modules",
56-
"**/node_modules",
57-
"dist",
58-
"**/dist"
59-
]
60-
}
50+
"exclude": ["node_modules", "**/node_modules", "dist", "**/dist"]
51+
}

0 commit comments

Comments
 (0)