Files
syncer/tsconfig.base.json
Syncer Deploy e93c1b026f
Some checks failed
build / image (push) Failing after 28s
deploy Syncer to a2acloud Kubernetes
2026-08-28 10:46:42 -03:00

12 lines
213 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"strict": true,
"noUncheckedIndexedAccess": true,
"exactOptionalPropertyTypes": true,
"verbatimModuleSyntax": true,
"skipLibCheck": true
}
}