mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-29 13:33:06 +00:00
10 lines
158 B
JSON
10 lines
158 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"noEmit": true,
|
|
"noImplicitAny": false
|
|
},
|
|
"include": ["src/"]
|
|
}
|