tianji/website/tsconfig.json

12 lines
244 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.
2024-05-16 13:25:38 +00:00
"extends": "@docusaurus/tsconfig",
2023-10-28 18:23:19 +00:00
"compilerOptions": {
"baseUrl": ".",
2024-05-04 16:19:48 +00:00
"strict": false,
"paths": {
2024-10-12 12:07:37 +00:00
"@/*": ["./src/*"]
2024-05-04 16:19:48 +00:00
}
2023-10-28 18:23:19 +00:00
}
}