allegro / allegro/typescript-strict-plugin
Feature request: Nx.dev compatibility
未关闭
- 主要语言
- TypeScript
- 星标
- 397
- 派生
- 34
- PR 合并指标
- PR 指标待抓取
描述
Hi I love the idea of your plugin. I'm trying to get it to work in my monorepo, which uses Nx.dev.
Here's how you can get a repo locally to test with:
```bash
npm i -g yarn && \
rm -rf ~/nx-demo && \
cd ~/ && \
npx create-nx-workspace nx-demo --packageManager=yarn --style=less --nx-cloud=false --interactive=false --preset=empty --linter=eslint && \
cd nx-demo
```
I currently get this error
```
Error: Command failed with exit code 1: tsc --showConfig
error TS5081: Cannot find a tsconfig.json file at the current directory: C:/p/nx_test.
```
Many thanks!
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。