twenty/docs/tsconfig.json

8 lines
190 B
JSON
Raw Normal View History

2023-04-19 11:47:23 +03:00
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": "."
}
}