fix(assets/templates/multienv): Remove unused Bun configuration template (assets/templates/multienv/bunfig.toml)

This commit is contained in:
2025-11-17 02:44:57 +00:00
parent 3efe385952
commit 362b4c106e
4 changed files with 8 additions and 16 deletions

View File

@@ -1,14 +0,0 @@
# Bun configuration for tstest
# This enables TypeScript decorator support in Bun runtime
[build]
target = "bun"
[test]
preload = []
# Enable decorators for Bun's TypeScript transpiler
# This ensures user code with decorators works when executed via Bun
[transpiler]
useDefineForClassFields = false,
experimentalDecorators = true

View File

@@ -1,7 +1,6 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"useDefineForClassFields": false,
"lib": ["ES2022", "DOM"],
"target": "ES2022",
"checkJs": true