Answer the architecture pass: the config that owns the contract, and what each runtime leg buys
CI / gate (push) Successful in 8s

This commit is contained in:
2026-09-01 16:59:00 +02:00
parent 082dabb261
commit de9f23581e
5 changed files with 47 additions and 36 deletions
+3 -22
View File
@@ -1,28 +1,9 @@
{
"extends": "./tsconfig.build.json",
"compilerOptions": {
"lib": ["ESNext"],
"module": "NodeNext",
"moduleResolution": "NodeNext",
"target": "ESNext",
"types": ["node"],
"allowImportingTsExtensions": true,
"erasableSyntaxOnly": true,
"isolatedModules": true,
"noEmit": true,
"verbatimModuleSyntax": true,
"strict": true,
"exactOptionalPropertyTypes": true,
"noFallthroughCasesInSwitch": true,
"noImplicitOverride": true,
"noImplicitReturns": true,
"noUncheckedIndexedAccess": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"forceConsistentCasingInFileNames": true,
"skipLibCheck": true
"types": ["node"]
},
"include": ["src"]
"exclude": []
}