mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
f8e5d10ffa
--------- Co-authored-by: JJ Kasper <jj@jjsweb.site> Signed-off-by: Nathan Rajlich <n@n8.io>
9 lines
169 B
JSON
9 lines
169 B
JSON
{
|
|
"extends": "@workflow/tsconfig/base.json",
|
|
"exclude": ["dist", "node_modules"],
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"declarationMap": false
|
|
}
|
|
}
|