Skip to content

Commit

Permalink
Merge branch 'main' into fix/reduce_aila_import_size
Browse files Browse the repository at this point in the history
  • Loading branch information
stefl committed Oct 25, 2024
2 parents 11e21c0 + d04d456 commit 8c45d76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ingest/tsconfig.test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"compilerOptions": {
"target": "esnext",
"module": "esnext",
"lib": ["dom", "es2022"],
"lib": ["dom", "esnext"],
"outDir": "./dist-tests",
"rootDir": "./src",
"strict": true,
Expand All @@ -14,7 +14,7 @@
"resolveJsonModule": true,
"isolatedModules": true,
"noEmit": true,
"types": ["jest", "node", "@testing-library/jest-dom"],
"types": ["jest", "node"],
"paths": {
"@/*": ["./src/*"]
}
Expand Down

0 comments on commit 8c45d76

Please sign in to comment.