An open API service indexing awesome lists of open source software.

https://github.com/jakzo/svelte-ts-monorepo-issue


https://github.com/jakzo/svelte-ts-monorepo-issue

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

To reproduce:

1. `npm install`
1. Compare outputs of:
- `npm -w app run check:ts`
- `npm -w app run check:svelte`
1. Should see no error in TS but in Svelte:
```
File '/svelte-ts-monorepo-issue/packages/dep/index.ts' is not under 'rootDir' '/svelte-ts-monorepo-issue/packages/app'. 'rootDir' is expected to contain all source files.
The file is in the program because:
Imported via "dep" from file '/svelte-ts-monorepo-issue/packages/app/index.ts' with packageId 'dep/[email protected]'
Root file specified for compilation
```