Update fetch-playground ts-config for new goodness
This commit is contained in:
@@ -1,12 +1,5 @@
|
||||
{
|
||||
"extends": "@trigger.dev/tsconfig/node16.json",
|
||||
"extends": "@trigger.dev/tsconfig/examples.json",
|
||||
"include": ["src/**/*.ts"],
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"emitDecoratorMetadata": true,
|
||||
"lib": ["esnext", "dom"],
|
||||
"outDir": "lib",
|
||||
"moduleResolution": "node"
|
||||
},
|
||||
"exclude": ["node_modules", "**/*.test.*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user