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

17 lines
245 B
JSON

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"module": "commonjs"
},
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}