UNPKG

animetrenz-api

Version:

Unofficial - This API will get current top animes in AnimeTrendingz

16 lines 319 B
{ "compilerOptions": { "target": "ESNext", "moduleResolution": "node", "module": "ESNext", "outDir": "dist", "esModuleInterop": true, "declaration": true, "sourceMap": true, "baseUrl": "./src", "paths": { "@/*": ["*"] } }, "include": ["src/index.ts"] }