From 0c8dc33d7629632ecd8b2e90ccf133a3b48c4f1f Mon Sep 17 00:00:00 2001 From: Sniezka Date: Tue, 9 Jul 2024 20:11:00 +0200 Subject: [PATCH] Cleanup --- tsconfig.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index a418ec8..0ba1bf0 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,7 +12,6 @@ "forceConsistentCasingInFileNames": true, "declaration": true, "moduleResolution": "node", - "declarationMap": true, // Add this if it's not already present "resolveJsonModule": true, "experimentalDecorators": true, "noImplicitOverride": true @@ -21,7 +20,7 @@ "include": [ "src/**/*.ts", "src/**/*.tsx", - // "test/**/*.ts", + "test/**/*.ts", "scripts/**/*.ts", "alephium.config.ts", "artifacts/**/*.ts"