Files
supabase/packages/shared-data/tsconfig.json
Terry Sutton 1f3be12ec1 Update
2023-09-05 16:50:42 -02:30

9 lines
173 B
JSON

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