supermemory/apps/web/tsconfig.json
2024-06-29 20:34:48 +05:30

24 lines
401 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/",
"./components"
],
"exclude": ["node_modules/"]
}