Skip to content

Commit 8acb342

Browse files
committed
Revert "Update tsconfig.json"
This reverts commit 299e4f2.
1 parent 40c87e3 commit 8acb342

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tsconfig.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@
22
"extends": "@tsconfig/docusaurus/tsconfig.json",
33
"compilerOptions": {
44
"target": "esnext",
5+
"lib": ["dom", "dom.iterable", "esnext"],
6+
"esModuleInterop": true,
7+
"allowJs": true,
58
"module": "esnext",
9+
"moduleResolution": "node",
10+
"resolveJsonModule": true,
611
"baseUrl": ".",
712
"forceConsistentCasingInFileNames": true,
813
"paths": {

0 commit comments

Comments
 (0)