mirror of
https://github.com/facebook/docusaurus.git
synced 2024-11-25 16:46:13 +08:00
11 lines
234 B
JSON
11 lines
234 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "${configDir}/lib/.tsbuildinfo-client",
|
|
"noEmit": false,
|
|
"moduleResolution": "bundler",
|
|
"module": "esnext",
|
|
"target": "esnext"
|
|
}
|
|
}
|