Find the bit that was causing trouble in VSCode
This commit is contained in:
parent
632af065fe
commit
a2fa7d3716
2 changed files with 5 additions and 1 deletions
|
@ -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],
|
||||
|
|
|
@ -12,6 +12,9 @@
|
|||
"strictNullChecks": false,
|
||||
"target": "es5",
|
||||
"useUnknownInCatchVariables": false,
|
||||
|
||||
/* TODO(MR): Add to auth */
|
||||
"moduleResolution": "bundler"
|
||||
},
|
||||
"include": [
|
||||
"next-env.d.ts",
|
||||
|
|
Loading…
Add table
Reference in a new issue