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 } }