Hey is a decentralized and permissionless social media app built with Lens Protocol 馃尶
1{
2 "$schema": "https://json.schemastore.org/tsconfig",
3 "compilerOptions": {
4 "allowJs": true,
5 "forceConsistentCasingInFileNames": true,
6 "incremental": true,
7 "jsx": "preserve",
8 "lib": ["DOM", "DOM.Iterable", "ESNext"]
9 },
10 "display": "React",
11 "exclude": [".next"],
12 "extends": "./base.tsconfig.json"
13}