mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2025-07-01 15:26:52 +00:00
9 lines
196 B
JSON
9 lines
196 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@docusaurus/tsconfig",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"baseUrl": "."
|
|
}
|
|
}
|