chore(api): remove old code
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
{
|
||||
"extends": "@apify/tsconfig",
|
||||
"compilerOptions": {
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"target": "ES2022",
|
||||
"outDir": "dist",
|
||||
"noUnusedLocals": false,
|
||||
"lib": ["DOM"]
|
||||
},
|
||||
"include": [
|
||||
"./src/**/*"
|
||||
]
|
||||
}
|
||||
// {
|
||||
// "extends": "@apify/tsconfig",
|
||||
// "compilerOptions": {
|
||||
// "module": "NodeNext",
|
||||
// "moduleResolution": "NodeNext",
|
||||
// "target": "ES2022",
|
||||
// "outDir": "dist",
|
||||
// "noUnusedLocals": false,
|
||||
// "lib": ["DOM"]
|
||||
// },
|
||||
// "include": [
|
||||
// "./src/**/*"
|
||||
// ]
|
||||
// }
|
||||
|
||||
Reference in New Issue
Block a user