tianji/website/tsconfig.json

12 lines
244 B
JSON
Raw Normal View History

2023-10-29 02:23:19 +08:00
{
// This file is not used in compilation. It is here just for a nice editor experience.
2024-05-16 21:25:38 +08:00
"extends": "@docusaurus/tsconfig",
2023-10-29 02:23:19 +08:00
"compilerOptions": {
"baseUrl": ".",
2024-05-05 00:19:48 +08:00
"strict": false,
"paths": {
2024-10-12 20:07:37 +08:00
"@/*": ["./src/*"]
2024-05-05 00:19:48 +08:00
}
2023-10-29 02:23:19 +08:00
}
}