UNPKG

feed

Version:

Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!

24 lines (23 loc) 518 B
{ "compilerOptions": { "allowUnreachableCode": false, "allowUnusedLabels": false, "baseUrl": ".", "declaration": true, "lib": [ "es2015", "dom" ], "module": "commonjs", "noFallthroughCasesInSwitch": true, "noImplicitAny": true, "noImplicitReturns": true, "outDir": "./lib", "removeComments": true, "sourceMap": true, "strict": true, "target": "es5" }, "include": ["./src/**/*"], "exclude": ["node_modules", "lib", "src/__tests__/**/*"] }