UNPKG

react-mention-input

Version:

A React component for input with @mention functionality.

28 lines 524 B
{ "compilerOptions": { "target": "ES5", "sourceMap": false, "module": "ESNext", "moduleResolution": "bundler", "jsx": "react", "lib": ["dom", "es6"], "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "skipLibCheck": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "dist", "demo.tsx", "main.tsx", "vite.config.ts", "**/*.test.*", "**/*.spec.*" ] }