We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b705108 commit e28276fCopy full SHA for e28276f
docs/tsconfig.json
@@ -2,10 +2,10 @@
2
// This file is not used in compilation. It is here just for a nice editor experience.
3
"extends": "@docusaurus/tsconfig",
4
"compilerOptions": {
5
- "baseUrl": ".",
6
"module": "NodeNext",
7
"moduleResolution": "NodeNext",
8
"forceConsistentCasingInFileNames": true,
9
- "strict": true
+ "strict": true,
+ "ignoreDeprecations": "6.0"
10
}
11
tsconfig.json
@@ -7,8 +7,9 @@
"strict": true,
"esModuleInterop": true,
- "moduleResolution": "node",
- "lib": ["esnext", "DOM"]
+ "moduleResolution": "bundler",
+ "lib": ["esnext", "DOM"],
12
13
},
14
"exclude": ["dist", "node_modules", "docs"]
15
0 commit comments