mirror of
https://github.com/logto-io/logto.git
synced 2024-12-23 20:33:16 -05:00
ab50cf1168
* feat: init docs * refactor: add missing dependencies * fix: filter out docs for annotations
7 lines
126 B
JSON
7 lines
126 B
JSON
{
|
|
// Just make IDE happy
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "."
|
|
}
|
|
}
|