From ce8fe80567f3399d7e743f1661c7228d53f53f59 Mon Sep 17 00:00:00 2001 From: Josh Moore Date: Thu, 6 Jul 2023 22:15:39 -0600 Subject: [PATCH] build: point tsconfig at `src2/` for now --- tsconfig.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 498c747..3cbf50a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,11 +7,10 @@ "ES2022", "DOM" ], - "allowJs": true, + "allowJs": false, "downlevelIteration": true }, "include": [ - "src/**/*.js", - "src/**/*.ts" + "src2/**/*.ts" ] } \ No newline at end of file