red-ui/libs/red-cache/tsconfig.json
2022-06-14 19:09:10 +03:00

17 lines
248 B
JSON

{
"extends": "../../tsconfig.base.json",
"files": [],
"include": [],
"references": [
{
"path": "./tsconfig.lib.json"
},
{
"path": "./tsconfig.spec.json"
}
],
"compilerOptions": {
"target": "es2020"
}
}