From 085a4e6b09e54ef6f1c5ae6f770bdc7fe724414c Mon Sep 17 00:00:00 2001 From: mertsincan Date: Sat, 11 Feb 2023 17:17:12 +0000 Subject: [PATCH] Update tsconfig.spec.json --- tsconfig.spec.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tsconfig.spec.json b/tsconfig.spec.json index bdd5f3849c1..d2462f52619 100755 --- a/tsconfig.spec.json +++ b/tsconfig.spec.json @@ -4,7 +4,9 @@ "outDir": "./out-tsc/spec", "types": [ "jasmine" - ] + ], + "resolveJsonModule": true, + "allowSyntheticDefaultImports": true }, "files": [ "src/test.ts", @@ -15,4 +17,4 @@ "src/**/*.d.ts" ] } - \ No newline at end of file +