Files
supabase/packages/tsconfig/react-library.json
2022-11-28 12:05:54 -03:30

12 lines
267 B
JSON

{
"$schema": "https://json.schemastore.org/tsconfig",
"display": "React Library",
"extends": "./base.json",
"compilerOptions": {
"lib": ["ES2015", "dom", "dom.iterable", "esnext"],
"module": "ESNext",
"target": "ES6",
"jsx": "react-jsx"
}
}