scrapper-tools
Version:
Its in development but I use it in all my web automation project.
20 lines (19 loc) • 482 B
JSON
{
"compilerOptions": {
"target": "es6",
"module": "commonjs",
"lib": ["dom", "esnext"],
"sourceMap": true,
"outDir": "./dist",
"rootDir": "./src",
"moduleResolution": "node",
"removeComments": true,
"noFallthroughCasesInSwitch": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"resolveJsonModule": true
},
"files": ["./src/index.ts"]
}