tiktok-private-api
Version:
Unofficial TikTok API wrapper for scraping user info and posts.
21 lines (20 loc) • 455 B
JSON
{
"compilerOptions": {
"strict": true,
"moduleResolution": "Node",
"removeComments": false,
"alwaysStrict": true,
"pretty": true,
"target": "ES2015",
"sourceMap": true,
"inlineSources": true,
"module": "CommonJS",
"declaration": true,
"declarationMap": true,
"outDir": "./build",
"esModuleInterop": true,
"skipLibCheck": true,
"resolveJsonModule": false
},
"include": ["src/**/**/*.ts"]
}