modular-avatar/docs/tsconfig.json

8 lines
190 B
JSON
Raw Permalink Normal View History

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