modular-avatar/docs~/tsconfig.json

9 lines
210 B
JSON
Raw Permalink Normal View History

2022-08-31 07:21:32 +08:00
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"jsx": "react"
2022-08-31 07:21:32 +08:00
}
}