mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-17 12:20:04 +00:00
- Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
16 lines
385 B
JSON
16 lines
385 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"include": ["src/**/*", "raycast-env.d.ts"],
|
|
"compilerOptions": {
|
|
"lib": ["ES2023"],
|
|
"module": "commonjs",
|
|
"target": "ES2023",
|
|
"strict": true,
|
|
"isolatedModules": true,
|
|
"esModuleInterop": true,
|
|
"skipLibCheck": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react-jsx",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|