mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 08:56:46 -04:00
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/tsconfig",
|
|
"display": "React Library",
|
|
"extends": "./base.json",
|
|
"compilerOptions": {
|
|
"jsx": "react-jsx",
|
|
"module": "preserve",
|
|
"moduleResolution": "bundler",
|
|
"target": "es2021"
|
|
}
|
|
}
|