mirror of
https://github.com/graycoreio/github-actions-magento2.git
synced 2026-06-08 19:46:41 +00:00
9 lines
178 B
JSON
9 lines
178 B
JSON
{
|
|
"compilerOptions": {
|
|
"resolveJsonModule": true,
|
|
"esModuleInterop": true,
|
|
"typeRoots": ["../node_modules/@types"],
|
|
"types": ["jest"]
|
|
}
|
|
}
|