Skip to content

Commit 0748718

Browse files
committed
🔧 update tsconfig
1 parent 731a1a8 commit 0748718

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

packages/tsconfig/tsconfig.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,11 @@
66
"allowJs": true,
77
"esModuleInterop": true,
88
"jsx": "preserve",
9-
"lib": ["DOM"],
9+
"target": "ES2022",
10+
"lib": ["ES2022", "DOM"],
1011
"moduleResolution": "bundler",
1112
"module": "esnext",
1213
"noEmit": true,
13-
"types": [
14-
"node",
15-
"@docusaurus/module-type-aliases",
16-
"@nullbot/docusaurus-theme-nonepress"
17-
],
1814
"baseUrl": ".",
1915
"paths": {
2016
"@site/*": ["./*"]

0 commit comments

Comments
 (0)