feat(multienv): Add multi-env templates enabling TypeScript decorators for Bun and Deno; rename npmextra config key to szci

This commit is contained in:
2025-11-17 01:19:40 +00:00
parent 48305ebb6a
commit 9639a64437
5 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{
"compilerOptions": {
"experimentalDecorators": true,
"lib": ["ES2022", "DOM"],
"target": "ES2022"
},
"nodeModulesDir": true
}