chore: scaffold llama-watch Stream Deck plugin

This commit is contained in:
2026-08-14 10:33:48 -06:00
parent beada4e44d
commit 2f5c5e33b0
12 changed files with 2664 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"extends": "@tsconfig/node20/tsconfig.json",
"compilerOptions": {
"customConditions": ["node"],
"noImplicitOverride": true,
"module": "ES2022",
"moduleResolution": "Bundler"
},
"include": ["src/**/*.ts"],
"exclude": ["node_modules"]
}