Files
cloudly/tsconfig.json
T
jkunz f40ef6b7c0 chore: update cloudly dependency stack
Align Cloudly with the current typedserver, smartconfig, smartstate, and Docker tooling releases so builds and Docker output stay compatible with the upgraded stack.
2026-05-08 13:56:20 +00:00

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"
]
}