Files
supabase/packages/common/tsconfig.json
2022-04-26 12:44:07 +02:00

6 lines
115 B
JSON

{
"extends": "tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}