12 lines
287 B
JSON
12 lines
287 B
JSON
{
|
|
"extends": "@trigger.dev/tsconfig/node18.json",
|
|
"include": ["./src/**/*.ts", "tsup.config.ts"],
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"declaration": false,
|
|
"declarationMap": false
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|