11 lines
184 B
JSON
11 lines
184 B
JSON
{
|
|
"extends": "@apify/tsconfig",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2022",
|
|
"lib": ["DOM"]
|
|
},
|
|
"include": ["./**/*.ts"]
|
|
}
|