File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 19
19
" authorTitle"
20
20
],
21
21
"editor.inlineSuggest.showToolbar" : " onHover" ,
22
- "terminal.integrated.cwd" : " website"
22
+ "terminal.integrated.cwd" : " website" ,
23
+ "files.associations" : {
24
+ "*.mdx" : " mdx"
25
+ },
26
+ "mdx.experimentalLanguageServer" : true ,
27
+ "typescript.tsserver.experimental.enableProjectDiagnostics" : true
23
28
}
Original file line number Diff line number Diff line change 3
3
"extends" : " @docusaurus/tsconfig" ,
4
4
"compilerOptions" : {
5
5
"baseUrl" : " ."
6
+ },
7
+ "exclude" : [
8
+ " .*/" ,
9
+ " build/" ,
10
+ " node_modules/" ,
11
+ " static/"
12
+ ],
13
+ "mdx" : {
14
+ // Enable strict type checking in MDX files.
15
+ // See also: https://github.com/mdx-js/mdx-analyzer?tab=readme-ov-file#typescript
16
+ "checkMdx" : true
6
17
}
7
18
}
You can’t perform that action at this time.
0 commit comments