chore(nx/client): fix dependency to commons

pull/1773/head
Elian Doran 2025-04-23 09:22:43 +07:00
parent bcc908a4b2
commit 23bfda0b51
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

@ -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$"]
}