mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 14:53:52 +03:00
19 lines
312 B
JSON
19 lines
312 B
JSON
|
{
|
||
|
"extends": "../../tsconfig.base.json",
|
||
|
"compilerOptions": {
|
||
|
"esModuleInterop": true,
|
||
|
"moduleResolution": "node16",
|
||
|
"module": "node16"
|
||
|
},
|
||
|
"files": [],
|
||
|
"include": [],
|
||
|
"references": [
|
||
|
{
|
||
|
"path": "./tsconfig.lint.json"
|
||
|
},
|
||
|
{
|
||
|
"path": "./tsconfig.spec.json"
|
||
|
}
|
||
|
]
|
||
|
}
|