mirror of
https://github.com/NetEase/tango.git
synced 2026-07-02 01:24:27 +08:00
10 lines
250 B
JSON
10 lines
250 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"extends": "@tsconfig/docusaurus/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|