React hooks for atproto.
1{
2 "compilerOptions": {
3 "target": "ES2020",
4 "module": "ESNext",
5 "moduleResolution": "bundler",
6 "jsx": "react-jsx",
7 "strict": true,
8 "declaration": true,
9 "declarationMap": true,
10 "sourceMap": true,
11 "outDir": "dist",
12 "skipLibCheck": true,
13 "esModuleInterop": true
14 },
15 "include": [
16 "src"
17 ],
18 "exclude": [
19 "node_modules",
20 "dist"
21 ]
22}