mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-27 20:02:50 +00:00
13 lines
272 B
JSON
13 lines
272 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"tsBuildInfoFile": "./lib/.tsbuildinfo",
|
|
"rootDir": "src",
|
|
"outDir": "lib",
|
|
"allowJs": true
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["**/__tests__/**/*", "src/client"]
|
|
}
|