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