UNPKG

n8n-nodes-bluesky

Version:

⚠️ PROOF OF CONCEPT - Bluesky nodes for n8n (unmaintained, use at own risk)

14 lines (13 loc) 277 B
{ "compilerOptions": { "outDir": "dist", "target": "ES2019", "module": "commonjs", "declaration": true, "strict": true, "esModuleInterop": true, "skipLibCheck": true, "rootDir": "." }, "include": ["nodes/**/*.ts", "credentials/**/*.ts"] }