这是indexloc提供的服务,不要输入任何密码
Skip to content

with-svelte template: Incorrect tsconfig.json file for @repo/ui package #10434

@DoctorRyner

Description

@DoctorRyner

Verify canary release

  • I verified that the issue exists in the latest Turborepo canary release.

Link to code that reproduces this issue

Which canary version will you have in your reproduction?

Environment information


Expected behavior

importing/exporting gives no errors

Actual behavior

it gives you an error anytime you try to import .svelte file, it says module is not found

To Reproduce

To fix it, we need to replace the content of with-svelte/packages/ui/tsconfig.json with:

{
	"extends": ["@repo/typescript-config/svelte.json", "./.svelte-kit/tsconfig.json"]
}

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: examplesImprovements or additions to exampleskind: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions