diff --git a/docs/tsconfig.json b/docs/tsconfig.json index 314eab8a..31194480 100644 --- a/docs/tsconfig.json +++ b/docs/tsconfig.json @@ -2,6 +2,10 @@ // This file is not used in compilation. It is here just for a nice editor experience. "extends": "@docusaurus/tsconfig", "compilerOptions": { - "baseUrl": "." + "baseUrl": ".", + "module": "NodeNext", + "moduleResolution": "NodeNext", + "forceConsistentCasingInFileNames": true, + "strict": true } }