This repository has been archived on 2025-02-07. You can view files and clone it, but cannot push or open issues or pull requests.
insiemesalute-3p-nx20-tsref/tsconfig.json

20 lines
290 B
JSON

{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./apps/ebitemp-api-e2e"
},
{
"path": "./apps/ebitemp-api"
},
{
"path": "./tools/nest"
},
{
"path": "./tools/typeorm"
}
]
}