nx/nx-plugin/packages/rust/tsconfig.json
2025-05-06 16:57:11 +00:00

14 lines
197 B
JSON

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