wiki/tsconfig.json

7 lines
87 B
JSON
Raw Normal View History

2023-03-02 03:05:47 -08:00
{
2023-11-01 03:15:16 -07:00
"extends": "@docusaurus/tsconfig",
2023-03-02 03:05:47 -08:00
"compilerOptions": {
"baseUrl": "."
}
}