CORE/docs/tsconfig.json

9 lines
196 B
JSON
Raw Permalink Normal View History

2024-02-04 21:36:30 +01:00
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"jsx": "react",
"baseUrl": "."
}
}