mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 17:00:27 -04:00
681f0db4f2
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **New Features** * Introduced new Lite Studio application with project management dashboard * Added project overview page with status monitoring and quick actions * Added database browser and project settings management interfaces * **Chores** * Added Docker support for containerized deployment * Added comprehensive project documentation * Updated workspace configuration <!-- end of auto-generated comment: release notes by coderabbit.ai -->
15 lines
420 B
JSON
15 lines
420 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"extends": "tsconfig/nextjs.json",
|
|
"compilerOptions": {
|
|
"lib": ["dom", "dom.iterable", "esnext"],
|
|
"paths": {
|
|
"@/*": ["./app/*"]
|
|
},
|
|
"types": ["node", "vite/client"],
|
|
"rootDirs": [".", "./.react-router/types"]
|
|
},
|
|
"include": ["**/*", "**/.server/**/*", "**/.client/**/*", ".react-router/types/**/*"],
|
|
"exclude": ["node_modules"]
|
|
}
|