diff options
Diffstat (limited to 'docs/tsconfig.json')
| -rw-r--r-- | docs/tsconfig.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tsconfig.json b/docs/tsconfig.json new file mode 100644 index 00000000..314eab8a --- /dev/null +++ b/docs/tsconfig.json @@ -0,0 +1,7 @@ +{ + // This file is not used in compilation. It is here just for a nice editor experience. + "extends": "@docusaurus/tsconfig", + "compilerOptions": { + "baseUrl": "." + } +} |
