ente/packages/shared/tsconfig.json
2023-11-02 09:06:31 +05:30

10 lines
167 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": [
"**/*.ts",
"**/*.tsx",
"**/*.js",
"../mui-config/mui-theme.d.ts"
]
}