mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
build(deps): upgrade to typescript 6
TypeScript 6 enables `strict` by default and changes default @types inclusion.
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
"compilerOptions": {
|
||||
"resolveJsonModule": true,
|
||||
"esModuleInterop": true,
|
||||
"typeRoots": ["../node_modules/@types"],
|
||||
"types": ["jest"],
|
||||
"target": "ES2022"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user