inventoresed
Version:
Z-Wave driver written entirely in JavaScript/TypeScript
22 lines (21 loc) • 434 B
JSON
// tsconfig for IntelliSense - active in all files in the current package
{
"extends": "../../tsconfig.json",
"compilerOptions": {},
"references": [
{
"path": "../core/tsconfig.build.json"
},
{
"path": "../host/tsconfig.build.json"
},
{
"path": "../serial/tsconfig.build.json"
},
{
"path": "../shared/tsconfig.build.json"
}
],
"include": ["src/**/*.ts"],
"exclude": ["build/**", "node_modules/**"]
}