UNPKG

text-annotator

Version:

A JavaScript library for locating and annotating plain text in HTML

12 lines (11 loc) 204 B
{ "compilerOptions": { "allowJs": true, "outDir": "dist", "target": "ES2020", "module": "CommonJS", "noImplicitAny": true, }, "include": ["src"], "exclude": ["node_modules"] }