demonstrates how Markdown formatting can work inside Bluesky's inline rich text facet system bluesky-markdown-example.externdefs.workers.dev
typescript bluesky atcute
at trunk 406 B view raw
1{ 2 "extends": "@vue/tsconfig/tsconfig.dom.json", 3 "compilerOptions": { 4 "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", 5 6 /* Linting */ 7 "strict": true, 8 "noUnusedLocals": true, 9 "noUnusedParameters": true, 10 "erasableSyntaxOnly": true, 11 "noFallthroughCasesInSwitch": true, 12 "noUncheckedSideEffectImports": true, 13 }, 14 "include": ["src/**/*.ts", "src/**/*.tsx", "src/**/*.vue"], 15}