docusaurus/packages/docusaurus/tsconfig.server.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"]
}