UNPKG
n8n-nodes-zid
Version:
latest (0.1.0)
0.1.0
BETA; n8n custom nodes for integrating with the Zid API (orders, products, customers, etc.)
n8n-nodes-zid
/
tsconfig.json
14 lines
•
314 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"target"
:
"ES2020"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"outDir"
:
"dist"
,
"rootDir"
:
"src"
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
}
,
"include"
:
[
"src/**/*.ts"
]
,
"exclude"
:
[
"node_modules"
,
"dist"
,
"test"
]
}