mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-04 01:09:20 +02:00
10 lines
199 B
JSON
10 lines
199 B
JSON
// For editor typechecking; includes bin
|
|
{
|
|
"extends": "./tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"rootDir": "."
|
|
},
|
|
"include": ["src", "bin"]
|
|
}
|