diff --git a/LICENSE.md b/LICENSE.md index 485865e..36c5c20 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -6,7 +6,7 @@ FSL-1.1-MIT ## Notice -Copyright 2024 Webintex GmbH +Copyright 2025 Dennis Senn ## Terms and Conditions diff --git a/biome.json b/biome.json index f297b92..699da84 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/1.8.3/schema.json", + "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json", "organizeImports": { "enabled": true }, @@ -74,4 +74,4 @@ } } } -} +} \ No newline at end of file diff --git a/bun.lockb b/bun.lockb index 3722fe4..6aed431 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index fe1b2e7..a2ec691 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "dependencies": {}, "devDependencies": { - "@biomejs/biome": "1.8.3", + "@biomejs/biome": "1.9.4", "@clack/prompts": "^0.7.0", "@cloudflare/workers-types": "^4.20240620.0", "@tsconfig/strictest": "^2.0.5", diff --git a/tsconfig.json b/tsconfig.json index 8e09a00..06ce8af 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { - "include": ["packages/app/env.d.ts", "./scripts/**/*.ts"], - "exclude": ["node_modules", "dist/**/*", "build", "public"], + "include": ["./scripts/**/*.ts"], + "exclude": ["node_modules"], "compilerOptions": { "lib": ["DOM", "DOM.Iterable", "ES2022"], "types": ["bun-types"],