UNPKG

react-link-textarea

Version:

Enhancing UX by breaking the limitations of original textarea tag, supports link integration and offers flexible styling options.

20 lines (19 loc) 478 B
{ "compilerOptions": { "declaration": true, "target": "es2015", "module": "esnext", "jsx": "react-jsx", "sourceMap": true, "outDir": "dist/dts", "emitDeclarationOnly": true, "strict": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true }, "include": ["src/**/*"], "exclude": [".yarn", "dist", "src/stories"] }