UNPKG

inventoresed

Version:

Z-Wave driver written entirely in JavaScript/TypeScript

20 lines (19 loc) 419 B
// tsconfig for IntelliSense - active in all files in the current package { "extends": "../../tsconfig.json", "compilerOptions": { "lib": ["ES2020"], "newLine": "lf", "resolveJsonModule": true }, "references": [ { "path": "../core/tsconfig.build.json" }, { "path": "../shared/tsconfig.build.json" } ], "include": ["src/**/*.ts", "src/**/*.json"], "exclude": ["build/**", "node_modules/**"] }