tianji/website/tsconfig.json

12 lines
286 B
JSON
Raw Normal View History

2023-10-28 18:23:19 +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": ".",
2024-05-04 16:19:48 +00:00
"strict": false,
"paths": {
"@/utils/style": ["../src/client/utils/style"]
}
2023-10-28 18:23:19 +00:00
}
}