We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b06a1a + 3fd3f17 commit a5ca93fCopy full SHA for a5ca93f
packages/web/src/index.html
@@ -3,6 +3,7 @@
3
<head>
4
<meta charset="UTF-8" />
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
+ <meta name="color-scheme" content="light dark" />
7
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
8
<title>Are The Types Wrong? - Tool for analyzing TypeScript types of npm packages</title>
9
<script type="module" src="./main.ts"></script>
0 commit comments