mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-22 16:48:23 +01:00
17 lines
398 B
JSON
17 lines
398 B
JSON
|
{
|
||
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
||
|
"extends": "@docusaurus/tsconfig",
|
||
|
"compilerOptions": {
|
||
|
"baseUrl": ".",
|
||
|
"plugins": [
|
||
|
{
|
||
|
"name": "@mdx-js/typescript-plugin"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"mdx": {
|
||
|
// Enable strict type checking in MDX files.
|
||
|
"checkMdx": true
|
||
|
}
|
||
|
}
|