Update tsconfig.json

This commit is contained in:
Daniel Rodríguez Rivero
2022-02-10 10:12:11 +01:00
committed by GitHub
parent 99ab328aa2
commit 658e9655d4
+2 -1
View File
@@ -7,6 +7,7 @@
"esModuleInterop": true,
"jsx": "preserve",
"jsxImportSource": "solid-js",
"types": ["vite/client"]
"types": ["vite/client"],
"noEmit": true
}
}