@@ -5,4 +5,7 @@ module.exports = {
images: {
unoptimized: true,
},
+ experimental: {
+ externalDir: true,
+ },
};
@@ -13,5 +13,6 @@
"devDependencies": {
"@types/node": "^14.6.4",
"@types/react": "^16.9.49"
- }
+ "types": "src/index.ts"
}
@@ -18,7 +18,8 @@
"**/*.ts",
"**/*.tsx",
"**/*.js",
- "../../packages/shared/themes/mui-theme.d.ts"
+ "../../packages/shared/themes/mui-theme.d.ts",
+ "../../packages/accounts/**/*.tsx"
],
"exclude": ["node_modules", "out", ".next", "thirdparty"]
@@ -40,6 +40,7 @@ module.exports = (phase) =>
'@mui/material',
'@mui/system',
'@mui/icons-material',
+ '@ente/accounts',
env: {
SENTRY_RELEASE: GIT_SHA,