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

This commit is contained in:
2026-08-21 22:28:52 +00:00
parent 5d93766a1e
commit 3c9c9a8b2c
+12
View File
@@ -0,0 +1,12 @@
{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true
},
"include": [
"vite.config.ts"
]
}