fix(templates.multienv): Enable checkJs in multienv Deno template to enable JS type checking
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"experimentalDecorators": true,
|
||||
"lib": ["ES2022", "DOM"],
|
||||
"target": "ES2022"
|
||||
"target": "ES2022",
|
||||
"checkJs": true
|
||||
},
|
||||
"nodeModulesDir": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user