UNPKG

inventoresed

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

18 lines (17 loc) 294 B
// tsconfig for IntelliSense - active in all files in the current package { "extends": "../../tsconfig.json", "compilerOptions": {}, "references": [ { "path": "../shared/tsconfig.build.json" } ], "include": [ "src/**/*.ts" ], "exclude": [ "build/**", "node_modules/**" ] }