UNPKG

inventoresed

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

11 lines (10 loc) 224 B
// tsconfig for building - only applies to the src directory { "extends": "./tsconfig.json", "compilerOptions": { "rootDir": "src", "outDir": "build" }, "include": ["src/**/*.ts"], "exclude": ["src/**/*.test.ts"] }