fix(signing): add minimal signer tsconfig/src to satisfy Docker COPY; allow full rebuild
This commit is contained in:
parent
0be31e4b4e
commit
e4c6979bd0
6
modules/sdk_signer/src/index.ts
Normal file
6
modules/sdk_signer/src/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export function sdkSignerInit(): void {
|
||||
// Minimal placeholder to satisfy build during initial integration
|
||||
}
|
||||
|
||||
export default sdkSignerInit;
|
||||
|
12
modules/sdk_signer/tsconfig.json
Normal file
12
modules/sdk_signer/tsconfig.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "ES2019",
|
||||
"module": "commonjs",
|
||||
"outDir": "./dist",
|
||||
"rootDir": "./src",
|
||||
"esModuleInterop": true,
|
||||
"strict": false
|
||||
},
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user