Skip to content

Commit

Permalink
️🎠🗿 ↝ [#104]: removing this stupid fucking file
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Apr 22, 2024
1 parent be61819 commit 8a6ebee
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 325 deletions.
Binary file modified .DS_Store
Binary file not shown.
320 changes: 0 additions & 320 deletions components/_Core/Section/BottomBar 2.tsx

This file was deleted.

1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
54 changes: 49 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"compilerOptions": {
"target": "es5",
"lib": ["dom", "dom.iterable", "esnext"],
"lib": [
"dom",
"dom.iterable",
"esnext"
],
"allowJs": true,
"skipLibCheck": true,
"strict": false,
Expand All @@ -13,8 +17,48 @@
"resolveJsonModule": true,
"isolatedModules": true,
"jsx": "preserve",
"incremental": true
"incremental": true,
"plugins": [
{
"name": "next"
}
],
"strictNullChecks": true
},
"exclude": ["node_modules"],
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", "components/PostFormCard.jsx", "constants/contracts.ts", "pages/posts.tsx/index.jsx", "components/Lens/Utterances.jsx", "components/Lens/Utterances.jsx", "components/Posts/ProfileCard.tsx", "components/Posts/ProfileCard.tsx", "context/UserContext.js", "context/UserContext.js", "components/PostCard.jsx", "components/PostCard.jsx", "components/_Core/Sidebar.jsx", "components/_Core/Sidebar.jsx", "components/_Core/Layout.tsx", "components/_Core/Layout.tsx", "components/Gameplay/Generator/Notebooks/Notebook.js", "components/Gameplay/Generator/Notebooks/Notebook.js", "components/Governance/Connections/ConnectWallet.js", "components/Governance/Connections/ConnectWallet.js", "components/Governance/Navbar.jsx", "components/Governance/Navbar.jsx", "pages/governance/vote.jsx", "pages/governance/vote.jsx", "components/Gameplay/Models/Character/CharacterCanvas.jsx", "components/Gameplay/Models/Character/Interface.jsx", "components/Journal/Discussion/Reply.js", "pages/tests/planet.tsx" ]
}
"exclude": [
"node_modules"
],
"include": [
"next-env.d.ts",
"**/*.ts",
"**/*.tsx",
"components/PostFormCard.jsx",
"constants/contracts.ts",
"pages/posts.tsx/index.jsx",
"components/Lens/Utterances.jsx",
"components/Lens/Utterances.jsx",
"components/Posts/ProfileCard.tsx",
"components/Posts/ProfileCard.tsx",
"context/UserContext.js",
"context/UserContext.js",
"components/PostCard.jsx",
"components/PostCard.jsx",
"components/_Core/Sidebar.jsx",
"components/_Core/Sidebar.jsx",
"components/_Core/Layout.tsx",
"components/_Core/Layout.tsx",
"components/Gameplay/Generator/Notebooks/Notebook.js",
"components/Gameplay/Generator/Notebooks/Notebook.js",
"components/Governance/Connections/ConnectWallet.js",
"components/Governance/Connections/ConnectWallet.js",
"components/Governance/Navbar.jsx",
"components/Governance/Navbar.jsx",
"pages/governance/vote.jsx",
"pages/governance/vote.jsx",
"components/Gameplay/Models/Character/CharacterCanvas.jsx",
"components/Gameplay/Models/Character/Interface.jsx",
"components/Journal/Discussion/Reply.js",
"pages/tests/planet.tsx",
".next/types/**/*.ts"
]
}

0 comments on commit 8a6ebee

Please sign in to comment.