From f8d8da61b5eefc58b0b3290c0647f006e80cfbcf Mon Sep 17 00:00:00 2001 From: seth Date: Tue, 13 Feb 2024 03:20:14 -0500 Subject: add eslint config --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 67a5899..78c72d4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -10,5 +10,6 @@ "@root/*": ["*"], "@styles/*": ["src/styles/*"], }, + "allowJs": false, }, } -- cgit v1.2.3