Skip to content

Commit 768036a

Browse files
committed
Revert the changes to the provider tsconfigs
1 parent 2d8a41b commit 768036a

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

apps/docker-provider/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"forceConsistentCasingInFileNames": true,
77
"resolveJsonModule": true,
88
"strict": true,
9-
"skipLibCheck": true
9+
"skipLibCheck": true,
10+
"paths": {
11+
"@trigger.dev/core/v3": ["../../packages/core/src/v3"],
12+
"@trigger.dev/core/v3/*": ["../../packages/core/src/v3/*"]
13+
}
1014
}
1115
}

apps/kubernetes-provider/tsconfig.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"forceConsistentCasingInFileNames": true,
77
"resolveJsonModule": true,
88
"strict": true,
9-
"skipLibCheck": true
9+
"skipLibCheck": true,
10+
"paths": {
11+
"@trigger.dev/core/v3": ["../../packages/core/src/v3"],
12+
"@trigger.dev/core/v3/*": ["../../packages/core/src/v3/*"]
13+
}
1014
}
1115
}

0 commit comments

Comments
 (0)