13 lines
308 B
JSON
13 lines
308 B
JSON
// tsconfig for IntelliSense - active in all files in the current package
|
|
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"newLine": "lf",
|
|
"paths": {
|
|
"@zwave-js/transformers": ["./src"]
|
|
}
|
|
},
|
|
"include": ["src/**/*.ts", "test/**/*.ts"],
|
|
"exclude": ["build/**", "node_modules/**"]
|
|
}
|