mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-02 21:50:10 +00:00
25 lines
391 B
JSON
25 lines
391 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",
|
|
"./components"
|
|
],
|
|
"exclude": ["node_modules/"]
|
|
}
|