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