mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-08-26 08:52:30 +00:00
13 lines
No EOL
239 B
JSON
13 lines
No EOL
239 B
JSON
{
|
|
"name": "@repo/db",
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"compilerOptions": {
|
|
"plugins": [{ "name": "next" }],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowJs": true,
|
|
"jsx": "preserve",
|
|
"noEmit": true
|
|
}
|
|
} |