chore: add nx/project.json to twenty-chrome-extension (#5217)

Fix for `build` CI on `twenty-chrome-extension`

---------

Co-authored-by: Thaïs Guigon <guigon.thais@gmail.com>
This commit is contained in:
Aditya Pimpalkar
2024-05-06 10:33:48 +01:00
committed by GitHub
parent a1c95b92ab
commit 2828492945
13 changed files with 99 additions and 37 deletions

View File

@ -1,10 +1,10 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "../../.cache/tsc",
"types": ["jest", "node"]
},
"include": [
"codegen.ts",
"vite.config.ts",
"jest.config.ts",
"**/*.test.ts",