From 7e19917d2c82099264de81f7db23e10692f1d6c7 Mon Sep 17 00:00:00 2001 From: welton Date: Tue, 21 Jul 2026 15:45:23 +0000 Subject: [PATCH] Excluir tsconfig.json --- tsconfig.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 tsconfig.json diff --git a/tsconfig.json b/tsconfig.json deleted file mode 100644 index 7d77940..0000000 --- a/tsconfig.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "compilerOptions": { - "target": "es2020", - "module": "commonjs", - "rootDir": "./src", - "outDir": "./dist", - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "strict": true, - "skipLibCheck": true, - "moduleResolution": "node", - "resolveJsonModule": true - }, - "include": ["src/**/*"] -}