Files
supabase/packages/tsconfig/package.json
Ivan Vasilov a4acebe1bc chore: Expand prettier commands to also run on packages (#32550)
* Run prettier on packages too.

* Add the generated files for icons to prettierignore.

* Format all files in the packages folder.

* Minor fix.
2025-01-03 16:23:32 +01:00

8 lines
151 B
JSON

{
"name": "tsconfig",
"version": "0.0.0",
"private": true,
"main": "index.js",
"files": ["base.json", "nextjs.json", "react-library.json"]
}