mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-05 09:48:57 +02:00
12 lines
280 B
JSON
12 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/"]
|
|
}
|