Write on the margins of the internet. Powered by the AT Protocol. margin.at
extension web atproto comments
at main 16 lines 366 B view raw
1{ 2 "extends": "./.wxt/tsconfig.json", 3 "compilerOptions": { 4 "jsx": "react-jsx", 5 "jsxImportSource": "react", 6 "moduleResolution": "bundler", 7 "strict": true, 8 "skipLibCheck": true, 9 "esModuleInterop": true, 10 "allowSyntheticDefaultImports": true, 11 "paths": { 12 "@/*": ["./src/*"] 13 } 14 }, 15 "include": ["src/**/*", ".wxt/wxt.d.ts"] 16}