fix: bad tsconfig
This commit is contained in:
parent
0ff3aad6cb
commit
585f031ce1
@ -29,7 +29,7 @@
|
||||
"react-router-dom": "^6.5.0",
|
||||
"react-textarea-autosize": "^8.4.0",
|
||||
"react-twitter-embed": "^4.0.4",
|
||||
"use-long-press": "^2.0.3",
|
||||
"use-long-press": "^3.2.0",
|
||||
"use-sync-external-store": "^1.2.0",
|
||||
"uuid": "^9.0.0",
|
||||
"workbox-core": "^6.4.2",
|
||||
|
@ -39,14 +39,3 @@
|
||||
transform-origin: center;
|
||||
transform: rotate(-135deg) translateY(50%);
|
||||
}
|
||||
|
||||
.avatar .icons > .icon-circle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transform-origin: center;
|
||||
padding: 4px;
|
||||
border-radius: 100%;
|
||||
background-color: var(--gray-superdark);
|
||||
transform: rotate(135deg);
|
||||
}
|
||||
|
@ -32,3 +32,14 @@ a.pfp {
|
||||
.pfp a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.pfp .icon-circle {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
transform-origin: center;
|
||||
padding: 4px;
|
||||
border-radius: 100%;
|
||||
background-color: var(--gray-superdark);
|
||||
transform: rotate(135deg);
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ interface Newest<T> {
|
||||
timestamp: number;
|
||||
}
|
||||
|
||||
export enum LoginSessionType {
|
||||
export const enum LoginSessionType {
|
||||
PrivateKey = "private_key",
|
||||
PublicKey = "public_key",
|
||||
Nip7 = "nip7",
|
||||
|
@ -2,9 +2,9 @@
|
||||
"compilerOptions": {
|
||||
"baseUrl": "src",
|
||||
"target": "ESNext",
|
||||
"module": "NodeNext",
|
||||
"module": "ESNext",
|
||||
"jsx": "react-jsx",
|
||||
"moduleResolution": "NodeNext",
|
||||
"moduleResolution": "Bundler",
|
||||
"sourceMap": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"strict": true,
|
||||
|
12
yarn.lock
12
yarn.lock
@ -2740,7 +2740,7 @@ __metadata:
|
||||
ts-jest: ^29.1.1
|
||||
ts-loader: ^9.4.4
|
||||
typescript: ^5.2.2
|
||||
use-long-press: ^2.0.3
|
||||
use-long-press: ^3.2.0
|
||||
use-sync-external-store: ^1.2.0
|
||||
uuid: ^9.0.0
|
||||
webpack: ^5.88.2
|
||||
@ -13283,12 +13283,12 @@ __metadata:
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"use-long-press@npm:^2.0.3":
|
||||
version: 2.0.4
|
||||
resolution: "use-long-press@npm:2.0.4"
|
||||
"use-long-press@npm:^3.2.0":
|
||||
version: 3.2.0
|
||||
resolution: "use-long-press@npm:3.2.0"
|
||||
peerDependencies:
|
||||
react: ^16.8.0 || ^17.0.0 || ^18.0.0
|
||||
checksum: 50e57a33653c2e4825ef700565e6db7ac94441929aaaf3226b164162f9be62084d97689d017ff0e9a33834b6fc454be8768d0cb6f10ecb1ca95c06cf509596e7
|
||||
react: ">=16.8.0"
|
||||
checksum: 7f43316d8578a84df6362b7cd795bb97fccfce3805bcab7ca63d0ea5b3046252bfe6842195844b360489ac57746045bc69ef36e45acaeb7c8d978de5cbbd9a54
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user