diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-10 20:12:17 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-10 20:12:17 +0200 |
commit | efe195d6592d5c6cc64de71fc65f85522bc45dfa (patch) | |
tree | 513d0e6afda36198c78a6725dd824fef56cdd34b /tsconfig.json | |
parent | b8c9fc19e6e35679a1b9125396448987d7a6e8d0 (diff) |
homebridge to homeassistant baby steps
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 3267caa..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "compilerOptions": { - "moduleResolution": "node", - "pretty": false, - "target": "esnext", - "module": "commonjs", - "inlineSources": true, - "inlineSourceMap": true, - "allowSyntheticDefaultImports": true, - "skipLibCheck": true, - "rootDir": "." - }, - "exclude": [ "node_modules" ], - "files": [ - "./index.ts", - "./plugin.ts", - "./lamp.ts" - ] -} |