UNPKG

react-diff-viewer-continued

Version:

Continuation of a simple and beautiful text diff viewer component made with diff and React

12 lines (11 loc) 228 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "esnext", "target": "esnext", "outDir": "lib/esm", "declaration": false }, "include": ["src/", "examples/"], "exclude": ["node_modules"] }