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

8 lines
215 B
JSON

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