f40ef6b7c0
Align Cloudly with the current typedserver, smartconfig, smartstate, and Docker tooling releases so builds and Docker output stay compatible with the upgraded stack.
24 lines
439 B
JSON
24 lines
439 B
JSON
{
|
|
"compilerOptions": {
|
|
"useDefineForClassFields": false,
|
|
"target": "ES2022",
|
|
"module": "NodeNext",
|
|
"moduleResolution": "NodeNext",
|
|
"types": [
|
|
"node"
|
|
],
|
|
"ignoreDeprecations": "6.0",
|
|
"esModuleInterop": true,
|
|
"verbatimModuleSyntax": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@serve.zone/cli": [
|
|
"./ts_cliclient/index.js"
|
|
]
|
|
}
|
|
},
|
|
"exclude": [
|
|
"dist_*/**/*.d.ts"
|
|
]
|
|
}
|