mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-13 13:14:53 +00:00
6db07e2737
TypeScript 6 enables `strict` by default and changes default @types inclusion.
9 lines
205 B
JSON
9 lines
205 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"typeRoots": ["../node_modules/@types"],
|
|
"types": ["jest"],
|
|
"target": "ES2022"
|
|
}
|
|
} |