refactor(example): use tsconfig and change entries to ts (#3575)

This commit is contained in:
Tony
2026-09-09 19:31:52 +08:00
committed by GitHub
parent b48d52cf6e
commit 2a5783397e
4 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -12,6 +12,6 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script type="module" src="/src/main.ts"></script>
</body>
</html>