From 5192081bf0641d70cd9369aa22627d37ccc6a7b2 Mon Sep 17 00:00:00 2001 From: Lucas Santana Date: Thu, 19 Dec 2024 18:45:51 -0300 Subject: [PATCH] Fluxos diversos --- package.json | 2 +- tsconfig.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 7ebd6e6..b50cf47 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "dev": "vite", - "build": "tsc --noEmit false && vite build", + "build": "tsc && vite build", "preview": "vite preview", "typecheck": "tsc --noEmit", "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0", diff --git a/tsconfig.json b/tsconfig.json index ef3600f..9400a8e 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,7 +6,6 @@ "module": "ESNext", "skipLibCheck": true, "moduleResolution": "bundler", - "allowImportingTsExtensions": true, "resolveJsonModule": true, "isolatedModules": true, "noEmit": true,