UNPKG
n8n-nodes-bluesky
Version:
dev (0.0.1-alpha)
latest (0.0.1-alpha)
0.0.1-alpha
⚠️ PROOF OF CONCEPT - Bluesky nodes for n8n (unmaintained, use at own risk)
n8n-nodes-bluesky
/
tsconfig.json
14 lines
(13 loc)
•
277 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"compilerOptions"
:
{
"outDir"
:
"dist"
,
"target"
:
"ES2019"
,
"module"
:
"commonjs"
,
"declaration"
:
true
,
"strict"
:
true
,
"esModuleInterop"
:
true
,
"skipLibCheck"
:
true
,
"rootDir"
:
"."
}
,
"include"
:
[
"nodes/**/*.ts"
,
"credentials/**/*.ts"
]
}