UNPKG

animedetect

Version:

Detects anime/manga characters in Node.js

16 lines 380 B
{ "compilerOptions": { "outDir": "dist", "declaration": true, "lib": ["es2020", "dom"], "downlevelIteration": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "strictNullChecks": true, "skipLibCheck": true }, "exclude": [ "node_modules", "dist" ] }