ente/packages/utils/package.json
Manav Rathi 9bb2fbb6e1 Go back to existing config
The flat config requires enabling a flag in the VS code plugin, it in not
enabled by default.

    "eslint.experimental.useFlatConfig": true

This is an unnecessary expectation from all developers on the project, so we for
now live with the old format.
2024-02-16 20:48:26 +05:30

10 lines
175 B
JSON

{
"name": "@/utils",
"version": "0.0.0",
"private": true,
"exports": {
"./components/*": "./src/components/*.tsx",
"./*": "./src/*.ts"
}
}