mirror of
https://github.com/tiennm99/store-scraper-api.git
synced 2026-08-30 20:21:51 +00:00
9 lines
138 B
JSON
9 lines
138 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "NodeNext",
|
|
"skipLibCheck": true,
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|