apify--crawlee
13 行
232 B
JSON
13 行
232 B
JSON
{
|
|
"extends": "@apify/tsconfig",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2022",
|
|
"lib": ["DOM"],
|
|
"skipLibCheck": true,
|
|
"incremental": false
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|