@forensic-js/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 • 441 B
JSON
{
"compilerOptions": {
"moduleResolution": "node",
"target": "esnext",
"declaration": true,
"emitDeclarationOnly": true,
"declarationDir": "./lib/typings",
"noImplicitAny": false,
"downlevelIteration": true,
"lib": [
"dom",
"es5",
"es2015.collection",
"es2015.iterable"
]
},
"include": [
"src"
]
}