aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tsconfig.json')
-rw-r--r--docs/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/tsconfig.json b/docs/tsconfig.json
index e3f649ee40..b8e14486bb 100644
--- a/docs/tsconfig.json
+++ b/docs/tsconfig.json
@@ -3,6 +3,7 @@
"include": ["src/"],
"compilerOptions": {
"types": ["node", "@docusaurus/theme-classic"],
+ "moduleResolution": "Bundler",
"esModuleInterop": true,
"resolveJsonModule": true,
"strict": true,