UNPKG
n8n-nodes-fuse-postgre-master
Version:
latest (1.0.2)
1.0.2
1.0.1
Node do n8n para buscas fuzzy no PostgreSQL usando Fuse.js.
n8n-nodes-fuse-postgre-master
/
tsconfig.json
13 lines
•
266 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"compilerOptions"
:
{
"target"
:
"ES2019"
,
"module"
:
"CommonJS"
,
"declaration"
:
true
,
"outDir"
:
"./dist"
,
"rootDir"
:
"./"
,
"strict"
:
true
,
"esModuleInterop"
:
true
}
,
"include"
:
[
"index.ts"
,
"nodes/**/*.ts"
]
,
"exclude"
:
[
"dist"
]
}