bake build infra: tsconfig.node.json (deterministic /ship)

This commit is contained in:
2026-08-21 20:41:09 +00:00
parent b711454af5
commit 098d1dd250
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
}