mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
12 lines
239 B
JSON
12 lines
239 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"references": [{"path": "./tsconfig.build.json"}],
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"module": "esnext",
|
|
"rootDir": "."
|
|
},
|
|
"include": ["bin"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|