mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +02:00
8 lines
148 B
JSON
8 lines
148 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"noEmit": false
|
|
},
|
|
"include": ["src"],
|
|
"exclude": ["**/__tests__/**"]
|
|
}
|