From 658e9655d47ad7dcccad0bef45071b01632557fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Rodr=C3=ADguez=20Rivero?= Date: Thu, 10 Feb 2022 10:12:11 +0100 Subject: [PATCH] Update tsconfig.json --- ts-windicss/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ts-windicss/tsconfig.json b/ts-windicss/tsconfig.json index e27ffb7..90086f7 100644 --- a/ts-windicss/tsconfig.json +++ b/ts-windicss/tsconfig.json @@ -7,6 +7,7 @@ "esModuleInterop": true, "jsx": "preserve", "jsxImportSource": "solid-js", - "types": ["vite/client"] + "types": ["vite/client"], + "noEmit": true } }