docusaurus/packages/docusaurus/tsconfig.json

15 lines
306 B
JSON

{
"extends": "../../tsconfig.base.json",
"references": [
{"path": "./tsconfig.server.json"},
{"path": "./tsconfig.client.json"}
],
"compilerOptions": {
"noEmit": true,
"checkJs": true,
"rootDir": "."
},
"include": ["package.json", "bin"],
"exclude": ["**/__tests__/**"]
}