Find the bit that was causing trouble in VSCode

This commit is contained in:
Manav Rathi 2024-02-15 20:31:39 +05:30
parent 632af065fe
commit a2fa7d3716
2 changed files with 5 additions and 1 deletions

View file

@ -79,7 +79,8 @@ import { PHOTOS_PAGES as PAGES } from '@ente/shared/constants/pages';
import { getTheme } from '@ente/shared/themes';
import { AppUpdateInfo } from '@ente/shared/electron/types';
import DownloadManager from 'services/download';
import { sayHello } from '@ente-io/utils/hello';
// import { sayHello } from '@ente-io/utils/hello';
import { sayHello } from '@repo/ui/hello';
const redirectMap = new Map([
[REDIRECTS.ROADMAP, getRoadmapRedirectURL],

View file

@ -12,6 +12,9 @@
"strictNullChecks": false,
"target": "es5",
"useUnknownInCatchVariables": false,
/* TODO(MR): Add to auth */
"moduleResolution": "bundler"
},
"include": [
"next-env.d.ts",