You've already forked waveterm-docs
mirror of
https://github.com/wavetermdev/waveterm-docs.git
synced 2026-04-22 15:26:42 -07:00
b1a22a37b2
* more card work * card component done * fix relative path for stylesheets
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
|
|
}
|
|
}
|