2
0
Files
bot/packages/emails/tsconfig.json
Baptiste Arnaud 451ffbcacf ♻️ Add shared eslint config
2022-11-21 11:18:58 +01:00

6 lines
113 B
JSON

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