mirror of
https://github.com/supabase/supabase.git
synced 2026-05-08 15:57:47 +08:00
15 lines
315 B
JSON
15 lines
315 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "Next.js",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"jsx": "preserve",
|
|
"noEmit": true,
|
|
"module": "preserve",
|
|
"target": "ES2021"
|
|
},
|
|
"exclude": ["node_modules"]
|
|
}
|