wolfree-dockerfile/docusaurus/tsconfig.json

12 lines
433 B
JSON

{
// This file is not used in compilation. It is here just for a nice editor experience.
"extends": "@tsconfig/docusaurus/tsconfig.json",
"compilerOptions": {
"module": "Node16", // Option 'module' must be set to 'Node16' when option 'moduleResolution' is set to 'Node16'.
"jsx": "react", // Cannot use JSX unless the '--jsx' flag is provided.
"baseUrl": "."
}
}
/* SPDX-License-Identifier: AGPL-3.0-or-later */