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