UNPKG

twdl

Version:

Downloads image and video tweets from Twitter

18 lines (17 loc) 315 B
{ "compilerOptions": { "module": "ES2020", "moduleResolution": "node16", "skipLibCheck": true, "target": "ES2020", "esModuleInterop": true, "removeComments": true, "declaration": true, "sourceMap": true, "rootDir": "src", "outDir": "out" }, "include": [ "src/**/*.ts" ] }