From 23d33601c22d409cb6afe1e67fe6dc4838000e7e Mon Sep 17 00:00:00 2001 From: Der_Googler <54764558+DerGoogler@users.noreply.github.com> Date: Sat, 14 Sep 2024 16:29:22 +0200 Subject: [PATCH] [webpack] test4 --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 879ded84..bf88c3bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,5 +1,6 @@ { "compilerOptions": { + "types": ["node"], "outDir": "./app/src/main/assets", "allowJs": true, "declaration": false,