Skip to content

Commit 9743c03

Browse files
committed
tsconfig to use project base
1 parent 433332d commit 9743c03

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lambdas/mi-updates-transformer/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"extends": "@tsconfig/node22/tsconfig.json",
2+
"compilerOptions": {
3+
"esModuleInterop": true,
4+
"resolveJsonModule": true
5+
},
6+
"extends": "../../tsconfig.base.json",
37
"include": [
48
"src/**/*",
59
"jest.config.ts"

0 commit comments

Comments
 (0)