Files
miti-google-play-scraper/tsconfig.json
2025-10-25 22:31:06 +07:00

9 lines
138 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "NodeNext",
"skipLibCheck": true,
},
"exclude": ["node_modules"]
}