tianji/website/tsconfig.json

9 lines
211 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": ".",
"strict": false
}
}