tsconfig.json 389 B

123456789101112
  1. // This file is not used by "docusaurus start/build" commands.
  2. // It is here to improve your IDE experience (type-checking, autocompletion...),
  3. // and can also run the package.json "typecheck" script manually.
  4. {
  5. "extends": "@docusaurus/tsconfig",
  6. "compilerOptions": {
  7. "baseUrl": ".",
  8. "ignoreDeprecations": "6.0",
  9. "strict": true
  10. },
  11. "exclude": [".docusaurus", "build"]
  12. }