mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
// This file is not used in compilation. It is here just for a nice editor experience.
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"esModuleInterop": true,
|
|
"jsx": "react",
|
|
"lib": ["DOM"],
|
|
"noEmit": true,
|
|
"noImplicitAny": false
|
|
},
|
|
"include": ["src/"]
|
|
}
|