-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
When running the tsc
command at a new created project root, I got the following error messages. Even I have already added "skipLibCheck": true
and "exclude": ["node_modules"]
to tsconfig.json
. Is it something with "types": ["vite/client"]
?
...
Found 5 errors in 4 files.
Errors Files
2 node_modules/solid-start/entry-client/StartClient.tsx:3
1 node_modules/solid-start/entry-server/StartServer.tsx:5
1 node_modules/solid-start/islands/server-router.tsx:126
1 node_modules/solid-start/types.ts:14
New project created via:
npm init solid@next
✔ Which template do you want to use? › bare
✔ Server Side Rendering? … yes
✔ Use TypeScript? … yes
version: v0.1.0-alpha.99
thetarnav, Gruak, aminya, jon301, AlexErrant and 6 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request