UNPKG
n8n-nodes-custom-triggers
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Custom trigger nodes for n8n
n8n-nodes-custom-triggers
/
tsconfig.json
12 lines
(11 loc)
•
214 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"CommonJS"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"declaration"
:
true
,
"outDir"
:
"dist"
}
,
"include"
:
[
"src/**/*"
]
}