aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorDhravya <[email protected]>2024-05-25 18:41:26 -0500
committerDhravya <[email protected]>2024-05-25 18:41:26 -0500
commit075f45986fd4d198292226e64afb71b3515576b4 (patch)
tree5c728356cd0310f1c1c012fd6618c72a836c314b /packages
parentadded social material (diff)
downloadsupermemory-075f45986fd4d198292226e64afb71b3515576b4.tar.xz
supermemory-075f45986fd4d198292226e64afb71b3515576b4.zip
refactored UI, with shared components and UI, better rules and million lint
Diffstat (limited to 'packages')
-rw-r--r--packages/tsconfig/base.json38
-rw-r--r--packages/tsconfig/package.json3
2 files changed, 0 insertions, 41 deletions
diff --git a/packages/tsconfig/base.json b/packages/tsconfig/base.json
deleted file mode 100644
index 3ef2dcf7..00000000
--- a/packages/tsconfig/base.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "compilerOptions": {
- "esModuleInterop": true,
- "skipLibCheck": true,
- "target": "es2022",
- "allowJs": true,
- "resolveJsonModule": true,
- "moduleDetection": "force",
- "isolatedModules": true,
- "strict": true,
- "noUncheckedIndexedAccess": true,
- "checkJs": true,
- "lib": ["dom", "dom.iterable", "ES2022"],
- "noEmit": true,
- "module": "ESNext",
- "moduleResolution": "Bundler",
- "jsx": "preserve",
- "plugins": [
- {
- "name": "next"
- }
- ],
- "incremental": true,
- "baseUrl": "."
- },
- "include": [
- "../.eslintrc.cjs",
- "next-env.d.ts",
- "**/*.ts",
- "**/*.tsx",
- "**/*.cjs",
- "**/*.js",
- ".next/types/**/*.ts",
- "../tailwind.config.ts",
- "../prettier.config.js"
- ],
- "exclude": ["node_modules"]
-}
diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json
deleted file mode 100644
index f4735add..00000000
--- a/packages/tsconfig/package.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "name": "tsconfig"
-}