feat(multienv): Add multi-env templates enabling TypeScript decorators for Bun and Deno; rename npmextra config key to szci
This commit is contained in:
8
assets/templates/multienv/deno.json
Normal file
8
assets/templates/multienv/deno.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"target": "ES2022"
|
||||
},
|
||||
"nodeModulesDir": true
|
||||
}
|
||||
Reference in New Issue
Block a user