Skip to content

Commit a1ea538

Browse files
committed
Fixing SVG import
1 parent f8a5d53 commit a1ea538

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

TODO.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
- [x] Add a public directory
2-
- [ ] Fix the issue with `logo.svg` in build
2+
- [x] Fix the issue with `logo.svg` in build
33
- [x] Provide better feedback when someone asks for a template that isn't `typescript`. We don't support that and never will.
44
- [ ] Check to make sure it works on Windows
55
- [ ] Error handling

project-template/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"strict": true,
4+
"types": ["vite/client", "node"],
45
"esModuleInterop": true,
56
"jsx": "react-jsx",
67
"lib": ["DOM", "DOM.Iterable", "ES2022"],

0 commit comments

Comments
 (0)