mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 02:08:36 +02:00
10 lines
364 B
JSON
10 lines
364 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
// There is no --skipLibCheck CLI option, so we have to create a config file
|
|
// Some CI workflows will run the following command:
|
|
// yarn workspace website typecheck --project tsconfig.skipLibCheck.json
|
|
// See https://github.com/facebook/docusaurus/pull/10486
|
|
"skipLibCheck": true
|
|
}
|
|
}
|