mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-28 20:52:48 +00:00
11 lines
203 B
JSON
11 lines
203 B
JSON
// For editor typechecking; includes bin
|
|
{
|
|
"extends": "./tsconfig.server.json",
|
|
"compilerOptions": {
|
|
"noEmit": true,
|
|
"rootDir": ".",
|
|
"module": "esnext"
|
|
},
|
|
"include": ["src", "bin"]
|
|
}
|