node-zwave-js/packages/shared/tsconfig.build.json

14 lines
320 B
JSON

// tsconfig for building - only applies to the src directory
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "build/esm",
// Do not use the @@dev export for compiling
"customConditions": []
},
"references": [],
"include": ["src/**/*.ts"],
"exclude": ["src/**/*.test.ts"]
}