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