link-styler
Version:
JavaScript package that simplifies the task of identifying links within text and applying custom styling by automatically replacing them with tags.
15 lines (14 loc) • 650 B
JSON
{
"compilerOptions": {
"incremental": true /* Enable incremental compilation */,
"resolveJsonModule": true,
"target": "es6" /* Specify ECMAScript target version: */,
"module": "commonjs" /* 'none', 'commonjs', 'amd', 'system', etc */,
"declaration": true /* Concatenate & emit output to single file.*/,
"outDir": "lib" /* Redirect output to the directory. */,
"esModuleInterop": true /* Enables intero between CommonJS and ES */,
"skipLibCheck": true /* Skip type checking of declaration files. */,
"forceConsistentCasingInFileNames": true /* Disallow inconsistently */
},
"include": ["src"]
}