node-zwave-js/packages/eslint-plugin/tsconfig.json

15 lines
277 B
JSON

// tsconfig for IntelliSense - active in all files in the current package
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"types": ["node", "@typescript-eslint/utils"]
},
"include": [
"src/**/*.ts"
],
"exclude": [
"build/**",
"node_modules/**"
]
}