UNPKG

ufc-scraper

Version:

An API to scrape UFC fighter information, statistics, records, and rankings from UFC.com

13 lines (12 loc) 279 B
{ "compilerOptions": { "target": "es2017", "module": "commonjs", "strict": true, "esModuleInterop": true, "outDir": "./dist", "declaration": true, "declarationDir": "./dist/types" }, "include": ["src/**/*"] }