From e2e74df94fcdd2f3165e035fc00c98573f0b40d8 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Sun, 3 Mar 2024 14:20:36 -0700 Subject: add parser --- tsconfig.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index a7fc6fb..45d202f 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -18,7 +18,9 @@ "strict": true, "noUnusedLocals": true, "noUnusedParameters": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, + + "allowJs": true }, "include": ["src"], "references": [{ "path": "./tsconfig.node.json" }] -- cgit v1.2.3-70-g09d2