From 212607a5879ff6282d9dc2c1df46a57c983cd443 Mon Sep 17 00:00:00 2001 From: Nulo Date: Sun, 30 Apr 2023 19:08:25 +0000 Subject: [PATCH] tsconfig: excluir build --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 3ec3670..af8a0e7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,4 +1,5 @@ { + "exclude": ["build.js/", "build/"], "compilerOptions": { "target": "es2022", "module": "es2022",