diff options
Diffstat (limited to 'docs/tsconfig.json')
-rw-r--r-- | docs/tsconfig.json | 1 |
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, |