UNPKG

@gravatar-com/quick-editor

Version:

A lightweight library to provide seamless Gravatar profile management for third-party sites

21 lines (20 loc) 487 B
{ "$schema": "https://json.schemastore.org/tsconfig", "compilerOptions": { "lib": [ "dom", "dom.iterable", "esnext" ], "jsx": "react-jsx", "esModuleInterop": true, "allowSyntheticDefaultImports": true, "noImplicitAny": true, "module": "ESNext", "target": "ES2020", "moduleResolution": "node", "resolveJsonModule": true, "allowJs": true, "skipLibCheck": true, "stripInternal": true, "outDir": "dist" }, "include": [ "src" ], "exclude": [ "node_modules" ] }