UNPKG

@teclone/regex

Version:

A module that builds on the existing RegExp module, making it easier working with text matching and replacement both in the browser and node environments

20 lines (19 loc) 461 B
{ "compilerOptions": { "outDir": "./", "moduleResolution": "node", "target": "esnext", "declaration": true, "noImplicitAny": false, "downlevelIteration": true, "sourceMap": true, "noImplicitThis": true, "alwaysStrict": true, "skipLibCheck": true, "noUnusedLocals": true, "noUnusedParameters": false, "lib": ["dom", "es5", "es2015.collection", "es2015.iterable"] }, "include": ["src"], "exclude": [] }