13 lines
319 B
JSON
13 lines
319 B
JSON
{
|
|
"extends": "@trigger.dev/tsconfig/node18.json",
|
|
"include": ["src/globals.d.ts", "./src/**/*.ts", "./src/**/*.tsx"],
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"lib": ["ES2021", "dom"],
|
|
"experimentalDecorators": true,
|
|
"emitDecoratorMetadata": true,
|
|
"paths": {}
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|