aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph/tsconfig.json
diff options
context:
space:
mode:
authornexxeln <[email protected]>2025-12-02 18:37:24 +0000
committernexxeln <[email protected]>2025-12-02 18:37:24 +0000
commitdfb0c05ab33cb20537002eaeb896e6b2ab35af25 (patch)
tree49ecaa46903671d96f2f9ebc5af688ab2ea2c7bd /packages/memory-graph/tsconfig.json
parentFix: Update discord links in README.md and CONTRIBUTING.md (#598) (diff)
downloadsupermemory-update-memory-graph.tar.xz
supermemory-update-memory-graph.zip
add spaces selector with search (#600)update-memory-graph
relevant files to review: \- memory-graph.tsx \- spaces-dropdown.tsx \- spaces-dropdown.css.ts
Diffstat (limited to 'packages/memory-graph/tsconfig.json')
-rw-r--r--packages/memory-graph/tsconfig.json48
1 files changed, 24 insertions, 24 deletions
diff --git a/packages/memory-graph/tsconfig.json b/packages/memory-graph/tsconfig.json
index c8878527..4e7fc4ba 100644
--- a/packages/memory-graph/tsconfig.json
+++ b/packages/memory-graph/tsconfig.json
@@ -1,26 +1,26 @@
{
- "extends": "@total-typescript/tsconfig/bundler/dom/library",
- "compilerOptions": {
- "jsx": "react-jsx",
- "baseUrl": ".",
- "paths": {
- "@/*": ["./src/*"]
- },
- "outDir": "./dist",
- "declaration": true,
- "declarationMap": true,
- "emitDeclarationOnly": false,
- "skipLibCheck": true,
- "strict": true,
- "esModuleInterop": true,
- "moduleResolution": "bundler",
- "resolveJsonModule": true,
- "allowSyntheticDefaultImports": true,
- "forceConsistentCasingInFileNames": true,
- "noUnusedLocals": false,
- "noUnusedParameters": false,
- "noEmit": false
- },
- "include": ["src/**/*"],
- "exclude": ["node_modules", "dist", "**/*.test.*", "**/*.spec.*"]
+ "extends": "@total-typescript/tsconfig/bundler/dom/library",
+ "compilerOptions": {
+ "jsx": "react-jsx",
+ "baseUrl": ".",
+ "paths": {
+ "@/*": ["./src/*"]
+ },
+ "outDir": "./dist",
+ "declaration": true,
+ "declarationMap": true,
+ "emitDeclarationOnly": false,
+ "skipLibCheck": true,
+ "strict": true,
+ "esModuleInterop": true,
+ "moduleResolution": "bundler",
+ "resolveJsonModule": true,
+ "allowSyntheticDefaultImports": true,
+ "forceConsistentCasingInFileNames": true,
+ "noUnusedLocals": false,
+ "noUnusedParameters": false,
+ "noEmit": false
+ },
+ "include": ["src/**/*"],
+ "exclude": ["node_modules", "dist", "**/*.test.*", "**/*.spec.*"]
}