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

11 lines
148 B
JSON

{
"extends": "./tsconfig.base.json",
"compileOnSave": false,
"files": [],
"references": [
{
"path": "./packages/rust"
}
]
}