mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
15 lines
368 B
JSON
15 lines
368 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"noEmit": false,
|
|
"composite": true,
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo-client",
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"module": "esnext",
|
|
"target": "esnext"
|
|
},
|
|
"include": ["src/client", "src/theme", "src/*.d.ts"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|