mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-04 22:50:08 +00:00
- Mobile responsive - new toast design - web document render issue fix - posthog analytics - ui improvements
20 lines
441 B
JSON
20 lines
441 B
JSON
{
|
|
"compilerOptions": {
|
|
"incremental": true,
|
|
"jsx": "preserve",
|
|
"paths": {
|
|
"@/*": ["./*"],
|
|
"@ui/*": ["../../packages/ui/*"],
|
|
"@lib/*": ["../../packages/lib/*"],
|
|
"@hooks/*": ["../../packages/hooks/*"]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
]
|
|
},
|
|
"exclude": ["node_modules"],
|
|
"extends": "@total-typescript/tsconfig/bundler/dom/app",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"]
|
|
}
|