11 lines
278 B
JSON
11 lines
278 B
JSON
{
|
|
"extends": "@trigger.dev/tsconfig/node16.json",
|
|
"include": ["./src/**/*.ts", "tsup.config.ts"],
|
|
"compilerOptions": {
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"lib": ["DOM", "DOM.Iterable", "ES2021"]
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|