UNPKG

aniki

Version:

Node.js APIs wrapper for anime/manga related content.

13 lines (12 loc) 271 B
{ "compilerOptions": { "module": "ESNext", "target": "ESNext", "rootDir": "./src", "noImplicitAny": false, "checkJs": true, "typeRoots": ["../types"] }, "include": ["src/**/*"], "exclude": ["node_modules", "types", "ignore"] }