Files
apify--crawlee/packages/basic-crawler/tsconfig.build.json
T
Jan Buchar 5db533afdb chore: use biome for code formatting (#2301)
This takes ~50ms on my machine 🤯 

- closes #2366 
- Replacing spaces with tabs won't be done right here, right now.
- eslint and biome are reconciled
- ~biome check fails because of typescript errors - we can either fix
those or find a way to ignore it~
2024-05-22 11:00:43 +02:00

8 lines
117 B
JSON

{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"outDir": "./dist"
},
"include": ["src/**/*"]
}