Skip to content

Commit 0618579

Browse files
authored
Change script tag to module type in index.html
1 parent b4aeb4a commit 0618579

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
<link rel='stylesheet' href='./index.css'>
88
</head>
99
<body>
10-
<script src='./index.ts'></script>
10+
<script type="module" src='./index.ts'></script>
1111
</body>
1212
</html>

0 commit comments

Comments
 (0)