mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-03 06:00:09 +00:00
24 lines
425 B
JSON
24 lines
425 B
JSON
{
|
|
"extends": "@repo/typescript-config/nextjs.json",
|
|
"compilerOptions": {
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": [
|
|
"cf-env.d.ts",
|
|
"env.d.ts",
|
|
"next.config.mjs",
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".next/types/**/*.ts",
|
|
"../../packages/ui/",
|
|
"../../packages/shared-types/utils.ts"
|
|
],
|
|
"exclude": ["node_modules/"]
|
|
}
|