MIgrate adapter to Typescript
This commit is contained in:
@@ -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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user