mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
10 lines
215 B
JSON
10 lines
215 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"references": [{"path": "./tsconfig.build.json"}],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["bin"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|