mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-06 15:14:08 +00:00
Co-authored-by: Prasanna <106952318+Prasanna721@users.noreply.github.com> Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: ved015 <vedant.04.mahajan@gmail.com> Co-authored-by: ved015 <ved015@users.noreply.github.com> Co-authored-by: Ishaan Gupta <ishaankone@gmail.com> Co-authored-by: Cursor Agent <cursoragent@cursor.com>
18 lines
423 B
JSON
18 lines
423 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ESNext",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"lib": ["ESNext", "DOM", "DOM.Iterable"],
|
|
"types": ["vite/client"],
|
|
"jsx": "react-jsx",
|
|
"esModuleInterop": true,
|
|
"resolveJsonModule": true,
|
|
"baseUrl": ".",
|
|
"noEmit": true
|
|
},
|
|
"include": ["src/widget/**/*", "src/shared/**/*"],
|
|
"exclude": ["node_modules", "dist"]
|
|
}
|