MIgrate adapter to Typescript

This commit is contained in:
GermanBluefox
2026-03-31 19:44:44 +02:00
parent 92140fe771
commit ebca1ad36c
39 changed files with 1176 additions and 1325 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"permissions": {
"allow": [
"Bash(find /c/pWork/ioBroker.hass -name *.ts -o -name src/**/*)",
"Bash(grep -E '^\\\\./\\(src/|[^/]+\\\\.\\(json|ts|js\\)$\\)')",
"Bash(find C:/pWork/ioBroker.ping/test -type f -name *.ts -o -name *.js)",
"Bash(npm install:*)",
"Bash(npm run:*)",
"Bash(rm main.js)",
"Bash(rm lib/hass.js)",
"Bash(rmdir lib:*)",
"Bash(npx mocha:*)"
]
}
}