inventoresed
Version:
Z-Wave driver written entirely in JavaScript/TypeScript
16 lines (15 loc) • 301 B
JSON
// tsconfig for building - only applies to the src directory
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build"
},
"references": [
{
"path": "../maintenance/tsconfig.build.json"
}
],
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.ts"]
}