mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-26 13:42:44 +03:00
56b7c84116
Part of #4766
17 lines
294 B
JSON
17 lines
294 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"types": ["jest", "node"]
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"jest.config.ts",
|
|
"setupTests.ts",
|
|
"src/**/*.d.ts",
|
|
"src/**/*.spec.ts",
|
|
"src/**/*.test.ts",
|
|
"vite.config.ts"
|
|
]
|
|
}
|