mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
11 lines
247 B
JSON
11 lines
247 B
JSON
{
|
|
"extends": "../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"tsBuildInfoFile": "lib/.tsbuildinfo-client"
|
|
},
|
|
"include": ["src/theme", "src/*.d.ts"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|