diff options
| author | Dhravya <[email protected]> | 2024-05-25 18:41:26 -0500 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-05-25 18:41:26 -0500 |
| commit | 075f45986fd4d198292226e64afb71b3515576b4 (patch) | |
| tree | 5c728356cd0310f1c1c012fd6618c72a836c314b /packages | |
| parent | added social material (diff) | |
| download | supermemory-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.json | 38 | ||||
| -rw-r--r-- | packages/tsconfig/package.json | 3 |
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" -} |