node-zwave-js/packages/config/tsconfig.json

8 lines
238 B
JSON

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