Files
supabase/packages/tsconfig/react-library.json
T
2026-03-26 15:27:35 +01:00

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"
}
}