fix(ci): Fix Docker images and npm registry URL in CI workflows
This commit is contained in:
@@ -6,9 +6,21 @@
|
||||
"module": "NodeNext",
|
||||
"moduleResolution": "NodeNext",
|
||||
"esModuleInterop": true,
|
||||
"verbatimModuleSyntax": true
|
||||
"verbatimModuleSyntax": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@serve.zone/api": [
|
||||
"./ts_apiclient/index.ts"
|
||||
],
|
||||
"@serve.zone/cli": [
|
||||
"./ts_cliclient/index.ts"
|
||||
],
|
||||
"@serve.zone/interfaces": [
|
||||
"./ts_interfaces/index.ts"
|
||||
]
|
||||
}
|
||||
},
|
||||
"exclude": [
|
||||
"dist_*/**/*.d.ts"
|
||||
]
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user