Skip to content

Commit f3bda59

Browse files
committed
Fixed the sendgrid tsconfig
1 parent ef8b52c commit f3bda59

File tree

1 file changed

+5
-18
lines changed

1 file changed

+5
-18
lines changed

integrations/sendgrid/tsconfig.json

Lines changed: 5 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
{
22
"compilerOptions": {
33
"composite": false,
4-
"paths": {
5-
"@trigger.dev/sdk/*": ["../../packages/trigger-sdk/src/*"],
6-
"@trigger.dev/sdk": ["../../packages/trigger-sdk/src/index"],
7-
"@trigger.dev/integration-kit/*": ["../../packages/integration-kit/src/*"],
8-
"@trigger.dev/integration-kit": ["../../packages/integration-kit/src/index"]
9-
},
104
"declaration": false,
115
"declarationMap": false,
126
"esModuleInterop": true,
@@ -23,17 +17,10 @@
2317
"emitDecoratorMetadata": true,
2418
"sourceMap": true,
2519
"resolveJsonModule": true,
26-
"lib": [
27-
"es2019"
28-
],
29-
"module": "Node16",
20+
"lib": ["es2019"],
21+
"module": "commonjs",
3022
"target": "es2021"
3123
},
32-
"include": [
33-
"./src/**/*.ts",
34-
"tsup.config.ts"
35-
],
36-
"exclude": [
37-
"node_modules"
38-
]
39-
}
24+
"include": ["./src/**/*.ts", "tsup.config.ts"],
25+
"exclude": ["node_modules"]
26+
}

0 commit comments

Comments
 (0)