From 5d2c8369389013895264caf16e71d44bddabb22c Mon Sep 17 00:00:00 2001 From: physcik Date: Sat, 11 Apr 2026 16:40:22 +0500 Subject: Language toggle --- front/tsconfig.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'front/tsconfig.json') diff --git a/front/tsconfig.json b/front/tsconfig.json index a273b0c..cb8923e 100644 --- a/front/tsconfig.json +++ b/front/tsconfig.json @@ -1,6 +1,9 @@ { "compilerOptions": { "target": "es5", + "resolveJsonModule": true, + "esModuleInterop": true, + "strictPropertyInitialization": false, "lib": [ "dom", "dom.iterable", -- cgit v1.3