mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +02:00
10 lines
214 B
JSON
10 lines
214 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"references": [{"path": "./tsconfig.build.json"}],
|
|
"compilerOptions": {
|
|
"rootDir": ".",
|
|
"noEmit": true,
|
|
"checkJs": true
|
|
},
|
|
"include": ["update.mjs"]
|
|
}
|