ATlast — you'll never need to find your favorites on another platform again. Find your favs in the ATmosphere.
atproto
1{
2 "compilerOptions": {
3 "target": "ESNext",
4 "useDefineForClassFields": true,
5 "lib": ["DOM", "DOM.Iterable", "ESNext"],
6 "allowJs": false,
7 "skipLibCheck": true,
8 "esModuleInterop": false,
9 "allowSyntheticDefaultImports": true,
10 "strict": true,
11 "forceConsistentCasingInFileNames": true,
12 "module": "ESNext",
13 "moduleResolution": "bundler",
14 "resolveJsonModule": true,
15 "isolatedModules": true,
16 "noEmit": true,
17 "jsx": "react-jsx",
18 "allowImportingTsExtensions": true
19 },
20 "include": ["src", "netlify/functions"]
21}