Files

17 lines
398 B
JSON
Raw Permalink Normal View History

2024-09-12 15:49:40 -07:00
{
2024-09-12 17:12:02 -07:00
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
2024-09-23 14:55:19 -07:00
"baseUrl": ".",
"plugins": [
{
"name": "@mdx-js/typescript-plugin"
}
]
},
"mdx": {
// Enable strict type checking in MDX files.
"checkMdx": true
2024-09-12 17:12:02 -07:00
}
2024-09-12 15:49:40 -07:00
}