waku.guide/tsconfig.json

8 lines
190 B
JSON
Raw Normal View History

2022-08-04 11:42:53 +00:00
{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"baseUrl": "."
}
}