mirror of
https://github.com/longbridge/developers.git
synced 2026-09-19 03:34:09 +08:00
14 lines
358 B
JSON
14 lines
358 B
JSON
{
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"types": ["node", "@docusaurus/module-type-aliases", "@docusaurus/theme-classic"],
|
|
"paths": {
|
|
"@site/*": ["./*"]
|
|
},
|
|
"jsx": "react",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", "**/*.js", "**/*.jsx"]
|
|
}
|