13 lines
232 B
JSON
13 lines
232 B
JSON
{
|
|
"extends": "@apify/tsconfig",
|
|
"compilerOptions": {
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"target": "ES2022",
|
|
"outDir": "dist",
|
|
"noUnusedLocals": false,
|
|
"lib": ["DOM"]
|
|
},
|
|
"include": ["./src/**/*"]
|
|
}
|