social components
inlay-proto.up.railway.app/
atproto
components
sdui
1{
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "esnext",
5 "moduleResolution": "bundler",
6 "declaration": true,
7 "declarationMap": true,
8 "outDir": "./dist",
9 "rootDir": "../../..",
10 "strict": true,
11 "skipLibCheck": true,
12 "esModuleInterop": true
13 },
14 "include": ["src"]
15}