diff --git a/package.json b/package.json index 4c227b0..ce14dfc 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "dev": "npm i && vite", "build": "npm i && vite build && cp dist/index.html dist/404.html", "build:dev": "npm i && vite build --mode development", - "ci": "npm i && tsc --noEmit && vite build", + "ci": "npm i && tsc -p tsconfig.app.json --noEmit && vite build", "lint": "npm i && eslint .", "preview": "npm i && vite preview", "deploy": "npm run build && npx -y surge@latest dist"