mcp-wp.github.io/tsconfig.json
Pascal Birchler ea7b71dfe3
Docusaurus
2025-04-05 13:05:18 +02:00

8 lines
215 B
JSON

{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"baseUrl": "."
},
"exclude": [".docusaurus", "build"]
}