Name Message Date
📁 .claude PWAify 1 month ago
📁 .devcontainer Create basic devcontainer 1 month ago
📁 .vscode Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📁 scripts Locales 1 month ago
📁 src Add history sub-nav, sightings map with Leaflet, and bird markers 1 month ago
📁 static Redesign UI with scout/patch aesthetic 1 month ago
📄 .gitignore Add BirdNET TF.js on-device bird identification 1 month ago
📄 .npmrc Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 CLAUDE.md Add initial UI: curved arc nav and mic toggle button 1 month ago
📄 deno.json Add BirdNET TF.js on-device bird identification 1 month ago
📄 deno.lock Add history sub-nav, sightings map with Leaflet, and bird markers 1 month ago
📄 eslint.config.js Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 package.json Add history sub-nav, sightings map with Leaflet, and bird markers 1 month ago
📄 playwright.config.ts Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 README.md Add project README and expand CLAUDE.md with vision and code style 1 month ago
📄 svelte.config.js Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 tsconfig.json Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 vite.config.ts Initialize SvelteKit project with Deno, TypeScript, ESLint, and Playwright 1 month ago
📄 tsconfig.json
{
	"extends": "./.svelte-kit/tsconfig.json",
	"compilerOptions": {
		"rewriteRelativeImportExtensions": true,
		"allowJs": true,
		"checkJs": true,
		"esModuleInterop": true,
		"forceConsistentCasingInFileNames": true,
		"resolveJsonModule": true,
		"skipLibCheck": true,
		"sourceMap": true,
		"strict": true,
		"moduleResolution": "bundler"
	}
	// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
	// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files
	//
	// To make changes to top-level options such as include and exclude, we recommend extending
	// the generated config; see https://svelte.dev/docs/kit/configuration#typescript
}