diff --git a/bun.lockb b/bun.lockb index 421d459..3158fc4 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/tsconfig.json b/tsconfig.json index ff78d85..e52be49 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,7 +2,7 @@ "compilerOptions": { "target": "esnext", "lib": ["dom", "dom.iterable", "ESNext"], - "allowJs": true, + "allowJs": false, "skipLibCheck": true, "strict": true, "forceConsistentCasingInFileNames": true,