{ "extends": "@tsconfig/docusaurus/tsconfig.json", "compilerOptions": { "allowJs": true, "strict": true, "forceConsistentCasingInFileNames": true, "skipLibCheck": true, "skipDefaultLibCheck": true, "noImplicitAny": true, "jsx": "react-jsx", "allowSyntheticDefaultImports": true, "types": ["node", "@docusaurus/module-type-aliases"] }, "include": ["./src"], "exclude": ["node_modules/", "build/"] }