inventoresed
Version:
Z-Wave driver written entirely in JavaScript/TypeScript
20 lines (19 loc) • 435 B
JSON
// tsconfig for IntelliSense - active in all files in the current package
{
"extends": "../../tsconfig.json",
"compilerOptions": {
"lib": ["ES2020"],
"newLine": "lf",
"experimentalDecorators": true,
"paths": {
"@zwave-js/transformers": ["./src"]
}
},
"references": [
{
"path": "../maintenance/tsconfig.build.json"
}
],
"include": ["src/**/*.ts", "test/**/*.ts"],
"exclude": ["build/**", "node_modules/**"]
}