mirror of
https://github.com/facebook/docusaurus.git
synced 2026-06-28 19:49:24 -04:00
10 lines
232 B
JSON
10 lines
232 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [{"path": "./tsconfig.client.json"}],
|
|
"compilerOptions": {
|
|
"noEmit": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["src/client", "**/__tests__/**", "**/*.test.ts"]
|
|
}
|