JavaScript-optional public web frontend for Bluesky anartia.kelinci.net
sveltekit atcute bluesky typescript svelte
at trunk 683 B view raw
1{ 2 "extends": "./.svelte-kit/tsconfig.json", 3 "compilerOptions": { 4 "types": ["@atcute/bluesky"], 5 "allowJs": true, 6 "checkJs": true, 7 "esModuleInterop": true, 8 "forceConsistentCasingInFileNames": true, 9 "resolveJsonModule": true, 10 "skipLibCheck": true, 11 "sourceMap": true, 12 "strict": true, 13 "moduleResolution": "bundler", 14 }, 15 // Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias 16 // except $lib which is handled by https://svelte.dev/docs/kit/configuration#files 17 // 18 // If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes 19 // from the referenced tsconfig.json - TypeScript does not merge them in 20}