mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-25 17:22:50 +00:00
15 lines
306 B
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__/**"]
|
|
}
|