-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
bugSomething isn't workingSomething isn't workingready to implementplease submit PRs for these issues!please submit PRs for these issues!types / typescript
Milestone
Description
Describe the bug
.svelte-kit/tsconfig.json "include" entry looks like this:
Reproduction
Go to https://node.new/sveltekit, open .svelte-kit/tsconfig.json
Logs
No response
System Info
-Severity
annoyance
Additional Information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingready to implementplease submit PRs for these issues!please submit PRs for these issues!types / typescript
{ "include": [ "ambient.d.ts", "./types/**/$types.d.ts", "../vite.config.ts", "../src/**/*.js", "../src/**/*.ts", "../src/**/*.svelte", "../src/**/*.js", // duplicate "../src/**/*.ts", // duplicate "../src/**/*.svelte", // duplicate "../tests/**/*.js", "../tests/**/*.ts", "../tests/**/*.svelte" ] }