From a429a5f75d682b6bdc6a3dfef7c804eb22910f3c Mon Sep 17 00:00:00 2001 From: gman Date: Tue, 24 Oct 2023 20:53:59 +0300 Subject: [PATCH] turn off typescript check --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index eb97283..684510d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc && vite build", + "build": "vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" },