mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 17:57:48 +02:00
10 lines
234 B
JSON
10 lines
234 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"tsBuildInfoFile": "${configDir}/lib/.tsbuildinfo-client",
|
|
"noEmit": false,
|
|
"moduleResolution": "bundler",
|
|
"module": "esnext",
|
|
"target": "esnext"
|
|
}
|
|
}
|