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

11 lines
281 B
JSON

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