Merge pull request #33 from danielo515/patch-2

add do not emit to tsconfig.json
This commit is contained in:
Alexandre
2022-02-20 10:26:55 +01:00
committed by GitHub
+2 -1
View File
@@ -7,6 +7,7 @@
"esModuleInterop": true, "esModuleInterop": true,
"jsx": "preserve", "jsx": "preserve",
"jsxImportSource": "solid-js", "jsxImportSource": "solid-js",
"types": ["vite/client"] "types": ["vite/client"],
"noEmit": true
} }
} }