mirror of
https://github.com/twentyhq/twenty.git
synced 2024-12-23 12:02:10 +03:00
25 lines
465 B
JSON
25 lines
465 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"allowJs": false,
|
||
|
"esModuleInterop": false,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
"types": ["vite/client"],
|
||
|
"baseUrl": ".",
|
||
|
"paths": {
|
||
|
"twenty-shared": ["packages/twenty-shared/dist"]
|
||
|
}
|
||
|
},
|
||
|
"files": [],
|
||
|
"include": [],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.lib.json"
|
||
|
},
|
||
|
{
|
||
|
"path": "./tsconfig.spec.json"
|
||
|
}
|
||
|
],
|
||
|
"extends": "../../tsconfig.base.json"
|
||
|
}
|