From cdfd8053fdab645f5ea62f23f392fbb2883f6577 Mon Sep 17 00:00:00 2001 From: Jacobtread Date: Thu, 26 Mar 2026 13:49:46 +1300 Subject: [PATCH] fix: tsconfig for parsing --- tsconfig.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 56ff121..823a5ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,9 +13,9 @@ "lib": ["DOM", "ES5", "ES6"], "allowSyntheticDefaultImports": true, "paths": { - "@/*": ["src/*"], + "@/*": ["src/*"] }, - "esModuleInterop": true, + "esModuleInterop": true }, - "include": ["src/**/*", "types/**/*"], + "include": ["src/**/*", "types/**/*"] }