node-readfiles
Version:
A lightweight Node.js module to recursively read files in a directory using ES6 Promises
24 lines (23 loc) • 642 B
JSON
{
"compilerOptions": {
"module": "amd",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outFile": "./lib/readfiles.js",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false
},
"include": ["src/**/*", "test/build-filters.spec.ts"],
"exclude": ["node_modules"]
}