From 90a09198c865c2b152863a3ebaf556e7b54daa30 Mon Sep 17 00:00:00 2001 From: Naibuu Date: Mon, 1 Apr 2024 17:37:01 +0300 Subject: [PATCH] fix tsconfig --- tsconfig.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 8b93532..9c28954 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,8 +9,6 @@ "composite": false, "removeComments": true, "sourceMap": false, - "declaration": true, - "emitDeclarationOnly": true, /* Strict Type-Checking Options */ "strict": true,