mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 17:00:27 -04:00
11 lines
198 B
JSON
11 lines
198 B
JSON
{
|
|
"extends": "tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", "**/*.vue"],
|
|
"exclude": ["node_modules"]
|
|
}
|