Inititalize Repo
Build Jellyfin n8n Node / build (push) Failing after 3m3s

This commit is contained in:
2026-04-06 12:50:59 -05:00
parent dfc88ae0e5
commit 7ad2527e32
5 changed files with 153 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"compilerOptions": {
"module": "commonjs",
"target": "es2019",
"lib": ["es2019"],
"outDir": "dist",
"rootDir": "./",
"strict": true,
"esModuleInterop": true,
"resolveJsonModule": true
},
"include": [
"nodes/**/*.ts",
"credentials/**/*.ts"
]
}