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