ente/packages/accounts/tsconfig.json

10 lines
167 B
JSON
Raw Normal View History

2023-11-01 07:44:46 +00:00
{
2023-11-01 11:36:03 +00:00
"extends": "../../tsconfig.base.json",
2023-11-02 03:36:31 +00:00
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"../mui-config/mui-theme.d.ts"
]
2023-11-01 07:44:46 +00:00
}