Files
druckwerk/tsconfig.json
vikingowl 676b75e771 Initial commit: SvelteKit 3D printer housing documentation site
Set up SvelteKit project with TypeScript, i18n support (English/German),
dark/light theme toggle, and component-based documentation structure.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-25 22:53:38 +01:00

15 lines
305 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
}
}