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

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