mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
10 lines
248 B
JSON
10 lines
248 B
JSON
{
|
|
"extends": "../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"tsBuildInfoFile": "lib/.tsbuildinfo-client"
|
|
},
|
|
"include": ["src/client", "src/*.d.ts"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|