From d4133c728219ab91d46adcb6bb8b68a623df42a5 Mon Sep 17 00:00:00 2001 From: Thomas Gak-Deluen Date: Sun, 28 Apr 2024 19:12:50 +0200 Subject: [PATCH] Do not emit declaration files --- tsconfig-base.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig-base.json b/tsconfig-base.json index f478b23..2e1da5e 100644 --- a/tsconfig-base.json +++ b/tsconfig-base.json @@ -3,7 +3,7 @@ "allowJs": true, "allowSyntheticDefaultImports": true, "baseUrl": "src", - "declaration": true, + "declaration": false, "esModuleInterop": true, "inlineSourceMap": false, "lib": ["esnext"], @@ -21,4 +21,4 @@ "compileOnSave": false, "exclude": ["node_modules", "dist"], "include": ["src"] -} \ No newline at end of file +}