mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 04:23:01 +00:00
update tsconfig.json
This commit is contained in:
@@ -19,9 +19,9 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import HomeSvg from "../../assets/icons/home.svg";
|
||||
import AlbumSvg from "../../assets/icons/album.svg";
|
||||
import ArtistSvg from "../../assets/icons/artist.svg";
|
||||
// import HomeSvg from "../../assets/icons/home.svg";
|
||||
// import AlbumSvg from "../../assets/icons/album.svg";
|
||||
// import ArtistSvg from "../../assets/icons/artist.svg";
|
||||
import PlaylistSvg from "../../assets/icons/playlist.svg";
|
||||
import FolderSvg from "../../assets/icons/folder.svg";
|
||||
|
||||
|
||||
+1
-1
@@ -6,5 +6,5 @@
|
||||
"@/*": ["./src/*"]
|
||||
}
|
||||
},
|
||||
"include": ["src/svg.d.ts"]
|
||||
"include": ["src/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user