From 4d0484132aa2a6baef12a5ed5d3d4c3ca1ad7106 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Thu, 21 Jul 2022 08:57:30 -0400 Subject: All works. learn source map error and fix it --- tsconfig.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 9df6d50..fdd1a44 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -12,13 +12,14 @@ * Note that setting allowJs false does not prevent the use * of JS in `.svelte` files. */ - "allowJs": false, - "checkJs": false, + "allowJs": true, + "checkJs": true, "isolatedModules": true }, "include": [ "src/**/*.d.ts", "src/**/*.ts", + "src/**/*.js", "src/**/*.svelte" ], "references": [ -- cgit v1.2.3