14 lines
391 B
JSON
14 lines
391 B
JSON
{
|
|
"extends": "@trigger.dev/tsconfig/node16.json",
|
|
"include": ["./src/**/*.ts", "tsup.config.ts"],
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"paths": {
|
|
"@trigger.dev/common-schemas": ["../common-schemas/src/index"],
|
|
"@trigger.dev/common-schemas/*": ["../common-schemas/src/*"]
|
|
}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|