chore(nx/client): fix dependency to commons

This commit is contained in:
Elian Doran 2025-04-23 09:22:43 +03:00
parent bcc908a4b2
commit 23bfda0b51
No known key found for this signature in database

View File

@ -18,5 +18,5 @@
"type": "es6"
},
"sourceMaps": true,
"exclude": ["jest.config.ts",".*\\.spec.tsx?$",".*\\.test.tsx?$","./src/jest-setup.ts$","./**/jest-setup.ts$",".*.js$"]
"exclude": ["jest.config.ts",".*\\.spec.tsx?$",".*\\.test.tsx?$","./src/jest-setup.ts$","./**/jest-setup.ts$"]
}