safelinkify
Version:
NodeJS anonymizer external links into outbound page. Anonymize external links to outbound page redirector for SEO.
32 lines • 642 B
JSON
{
"compilerOptions": {
"rootDir": "src",
"baseUrl": "./",
"target": "es5",
//"tsBuildInfoFile": "./dist/tsconfig.build.tsbuildinfo",
"outDir": "./dist",
"emitDeclarationOnly": false,
"declaration": true,
"declarationDir": "dist",
"allowJs": true,
"checkJs": false,
"lib": [
"es2020",
"DOM"
],
"skipDefaultLibCheck": true,
"skipLibCheck": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true
},
"include": [
"./src/**/*",
"src/**/*.json"
],
"exclude": [
"*.test.*",
"**/test/**",
"**/*.test.ts",
"**/*.runner.ts"
]
}