Bluesky app fork with some witchin' additions 馃挮
witchsky.app
bluesky
fork
1{
2 "compilerOptions": {
3 "target": "ES2020",
4 "module": "ESNext",
5 "moduleResolution": "bundler",
6 "allowSyntheticDefaultImports": true,
7 "esModuleInterop": true,
8 "skipLibCheck": true,
9 "strict": true,
10 "outDir": "./dist",
11 "rootDir": "./src",
12 "declaration": true,
13 "declarationMap": true,
14 "sourceMap": true
15 },
16 "include": ["src/**/*"],
17 "exclude": ["node_modules", "dist"]
18}
19