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