981377660LMT / ts

ts学习
6 stars 1 forks source link

monorepo 引入了非 rootDir 下的文件,会怎么样 #585

Open 981377660LMT opened 2 months ago

981377660LMT commented 2 months ago

src/index.tsx(11,21): error TS6059: File '/Users/xxx/foo.ts' is not under 'rootDir' '/Users/xxx/packages/components-form-ui/src'. 'rootDir' is expected to contain all source files.

981377660LMT commented 2 months ago

ts 报错,不在rootDIr下。 但是如果改变dir,会打包进很多无关的文件。